Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/admin.priyotama.com/vendor/doctrine/dbal/src/SQL/Parser/
Upload File :
Current File : /home/users/unlimited/www/admin.priyotama.com/vendor/doctrine/dbal/src/SQL/Parser/Exception.php

<?php

declare(strict_types=1);

namespace Doctrine\DBAL\SQL\Parser;

use Throwable;

interface Exception extends Throwable
{
}