File Manager

Path: /home/liffinac1/domains/impactxtmtrading.com/private_html/vendor/doctrine/dbal/src/

Viewing File: Exception.php

<?php

declare(strict_types=1);

namespace Doctrine\DBAL;

use Throwable;

interface Exception extends Throwable
{
}