1
0
mirror of https://github.com/moodle/moodle.git synced 2025-05-07 00:36:01 +02:00
2023-03-14 14:45:42 +11:00

8 lines
68 B
PHP

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