gl-website-deployer/vendor/doctrine/dbal/src/Exception/DatabaseDoesNotExist.php
2024-11-19 08:02:04 +01:00

9 lines
138 B
PHP

<?php
namespace Doctrine\DBAL\Exception;
/** @psalm-immutable */
class DatabaseDoesNotExist extends DatabaseObjectNotFoundException
{
}