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

<?php

namespace Laminas\Soap\Exception;

use BadMethodCallException as SPLBadMethodCallException;

/**
 * Exception thrown when unrecognized method is called via overloading
 */
class BadMethodCallException extends SPLBadMethodCallException implements ExceptionInterface
{
}