fix issue #99: fatal on throwing exception when using phpxmlrpc.inc
authorgggeek <giunta.gaetano@gmail.com>
Mon, 20 Jun 2022 18:33:37 +0000 (18:33 +0000)
committergggeek <giunta.gaetano@gmail.com>
Mon, 20 Jun 2022 18:33:37 +0000 (18:33 +0000)
lib/xmlrpc.inc

index e9338a2..b2e1ea9 100644 (file)
@@ -54,8 +54,8 @@ include_once(__DIR__.'/../src/PhpXmlRpc.php');
 include_once(__DIR__.'/../src/Request.php');
 include_once(__DIR__.'/../src/Response.php');
 include_once(__DIR__.'/../src/Value.php');
-include_once(__DIR__.'/../src/Exception/HttpException.php');
 include_once(__DIR__.'/../src/Exception/PhpXmlrpcException.php');
+include_once(__DIR__.'/../src/Exception/HttpException.php');
 include_once(__DIR__.'/../src/Helper/Charset.php');
 include_once(__DIR__.'/../src/Helper/Date.php');
 include_once(__DIR__.'/../src/Helper/Http.php');