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