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