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/UnexpectedValueException.php

<?php

namespace Laminas\Soap\Exception;

use UnexpectedValueException as SPLUnexpectedValueException;

/**
 * Exception thrown when provided arguments are invalid
 */
class UnexpectedValueException extends SPLUnexpectedValueException implements ExceptionInterface
{
}