| Current Path : /home/rtorresani/www/vendor/laminas/laminas-soap/src/Exception/ |
| Current File : //home/rtorresani/www/vendor/laminas/laminas-soap/src/Exception/InvalidArgumentException.php |
<?php
namespace Laminas\Soap\Exception;
use InvalidArgumentException as SPLInvalidArgumentException;
/**
* Exception thrown when one or more method arguments are invalid
*/
class InvalidArgumentException extends SPLInvalidArgumentException implements ExceptionInterface
{
}