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