| Current Path : /home/rtorresani/www/vendor/laminas/laminas-math/src/Exception/ |
| Current File : //home/rtorresani/www/vendor/laminas/laminas-math/src/Exception/RuntimeException.php |
<?php
namespace Laminas\Math\Exception;
/**
* Runtime argument exception
*/
class RuntimeException extends \RuntimeException implements
ExceptionInterface
{
}