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