XmlException.php 87 B

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