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/ExtensionNotLoadedException.php

<?php

namespace Laminas\Soap\Exception;

use RuntimeException;

/**
 * Exception thrown when SOAP PHP extension is not loaded
 */
class ExtensionNotLoadedException extends RuntimeException
{
}