| Current Path : /var/www/html/estudioslaagricola.sumar.com.py/lib/phpxmlrpc/Exception/ |
| Current File : /var/www/html/estudioslaagricola.sumar.com.py/lib/phpxmlrpc/Exception/TransportException.php |
<?php
namespace PhpXmlRpc\Exception;
use PhpXmlRpc\Exception as BaseExtension;
/**
* To be used for all errors related to the transport, which are not related to specifically to HTTP. Eg: can not open socket
*/
class TransportException extends BaseExtension
{
}