Your IP : 216.73.216.43


Current Path : /var/www/www.indacotrentino.com/www/vendor/laminas/laminas-soap/src/Exception/
Upload File :
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
{
}