SQLParserUtilsException.php 183 Bytes
Newer Older
1 2
<?php

Michael Moravec's avatar
Michael Moravec committed
3 4
declare(strict_types=1);

5 6 7 8
namespace Doctrine\DBAL;

/**
 * Doctrine\DBAL\ConnectionException
9 10
 *
 * @psalm-immutable
11 12 13 14
 */
class SQLParserUtilsException extends DBALException
{
}