mirror of
https://github.com/moodle/moodle.git
synced 2025-07-25 00:02:18 +02:00
8 lines
90 B
PHP
8 lines
90 B
PHP
<?php
|
|
|
|
namespace PhpXmlRpc\Exception;
|
|
|
|
class XmlRpcException extends ParsingException
|
|
{
|
|
}
|