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