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/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
{
}