| Current Path : /var/www/www.indacotrentino.com/www/vendor/laminas/laminas-soap/src/Exception/ |
| Current File : //var/www/www.indacotrentino.com/www/vendor/laminas/laminas-soap/src/Exception/RuntimeException.php |
<?php
namespace Laminas\Soap\Exception;
use RuntimeException as SPLRuntimeException;
/**
* Exception thrown when there is an error during program execution
*/
class RuntimeException extends SPLRuntimeException implements ExceptionInterface
{
}