File "Exception.php"
Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/doctrine/dbal/src/ArrayParameters/Exception.php
File size: 124 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Doctrine\DBAL\ArrayParameters;
use Throwable;
/** @internal */
interface Exception extends Throwable
{
}