moodle/lib/phpxmlrpc/Exception.php
2023-03-14 14:45:42 +11:00

8 lines
68 B
PHP

<?php
namespace PhpXmlRpc;
class Exception extends \Exception
{
}