Файл vendor/doctrine/dbal/src/Exception/DatabaseObjectNotFoundException.php Вес запакованого файла 251b (251 b) Вес распакованого файла: 400b (400 b) Метод сжатия: 8
<?php
namespace Doctrine\DBAL\Exception;
/**
* Base class for all unknown database object related errors detected in the driver.
*
* A database object is considered any asset that can be created in a database
* such as schemas, tables, views, sequences, triggers, constraints, indexes,
* functions, stored procedures etc.
*/
class DatabaseObjectNotFoundException extends ServerException
{
}