XmlRpcException.php 90 B

1234567
  1. <?php
  2. namespace PhpXmlRpc\Exception;
  3. class XmlRpcException extends ParsingException
  4. {
  5. }