Your IP : 216.73.216.220


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