Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php namespace Doctrine\DBAL\Exception; /** @psalm-immutable */ class SchemaDoesNotExist extends DatabaseObjectNotFoundException { }
<?php
namespace Doctrine\DBAL\Exception;
/** @psalm-immutable */
class SchemaDoesNotExist extends DatabaseObjectNotFoundException
{
}