Your IP : 216.73.216.43


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