Current File : /home/masbinta/public_html/vendor/doctrine/dbal/src/Exception/SchemaDoesNotExist.php
<?php

namespace Doctrine\DBAL\Exception;

/**
 * @psalm-immutable
 */
class SchemaDoesNotExist extends DatabaseObjectNotFoundException
{
}