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