Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/vendor/laminas/laminas-math/src/BigInteger/Exception/
Upload File :
Current File : //home/rtorresani/www/vendor/laminas/laminas-math/src/BigInteger/Exception/ExceptionInterface.php

<?php

namespace Laminas\Math\BigInteger\Exception;

use Laminas\Math\Exception;

/**
 * Invalid argument exception
 */
interface ExceptionInterface extends Exception\ExceptionInterface
{
}