| Current Path : /home/rtorresani/www/vendor/laminas/laminas-math/src/BigInteger/Exception/ |
| 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
{
}