recreate project
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Doctrine\DBAL\Schema;
|
||||
|
||||
use Doctrine\DBAL\Exception;
|
||||
|
||||
interface SchemaException extends Exception
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user