| Current Path : /var/www/html/clima.sumar.com.py/lib/phpxmlrpc/Exception/ |
| Current File : /var/www/html/clima.sumar.com.py/lib/phpxmlrpc/Exception/ServerException.php |
<?php
namespace PhpXmlRpc\Exception;
use PhpXmlRpc\Exception as BaseExtension;
/**
* Base exception for errors thrown by the server while trying to handle the requests, such as errors with the dispatch map
*/
class ServerException extends BaseExtension
{
}