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/RuntimeException.php

<?php

namespace Laminas\Math\BigInteger\Exception;

use Laminas\Math\Exception;

/**
 * Runtime exception
 */
class RuntimeException extends Exception\RuntimeException implements ExceptionInterface
{
}