| Current Path : /var/www/html/clima.sumar.com.py/lib/phpxmlrpc/Exception/ |
| Current File : /var/www/html/clima.sumar.com.py/lib/phpxmlrpc/Exception/StateErrorException.php |
<?php
namespace PhpXmlRpc\Exception;
use PhpXmlRpc\Exception as BaseExtension;
/**
* Exception thrown when an object is in such a state that it can not fulfill execution of a method
*/
class StateErrorException extends BaseExtension
{
}