| 1 | <?php |
||
| 10 | class ParserException extends \RuntimeException implements Exception |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Named constructor for invalid XML values. |
||
| 14 | * |
||
| 15 | * @param string $string |
||
| 16 | * |
||
| 17 | * @return static |
||
| 18 | */ |
||
| 19 | 2 | public static function notXml($string) |
|
| 23 | |||
| 24 | /** |
||
| 25 | * @return static |
||
| 26 | */ |
||
| 27 | 1 | public static function xmlrpcExtensionLibxmlParsehugeNotSupported() |
|
| 33 | } |
||
| 34 |