welcome back to dyb-tech
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Doctrine\Migrations\Exception;
|
||||
|
||||
use Throwable;
|
||||
|
||||
interface MigrationException extends Throwable
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user