make it possible to retrieve from Response error http codes; introduce custom excepti...
[plcapi.git] / src / Exception / PhpXmlrpcException.php
1 <?php
2
3 namespace PhpXmlRpc\Exception;
4
5 class PhpXmlrpcException extends \Exception
6 {
7 }