Your IP : 216.73.217.13


Current Path : /var/www/surf/TYPO3/vendor/doctrine/dbal/src/SQL/Parser/
Upload File :
Current File : /var/www/surf/TYPO3/vendor/doctrine/dbal/src/SQL/Parser/Exception.php

<?php

declare(strict_types=1);

namespace Doctrine\DBAL\SQL\Parser;

use Throwable;

interface Exception extends Throwable
{
}