Просмотр файла vendor/doctrine/dbal/src/Exception/SchemaDoesNotExist.php
<?php
namespace Doctrine\DBAL\Exception;
class SchemaDoesNotExist extends DatabaseObjectNotFoundException
{
}
<?php
namespace Doctrine\DBAL\Exception;
class SchemaDoesNotExist extends DatabaseObjectNotFoundException
{
}