mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
8 lines
87 B
PHP
8 lines
87 B
PHP
|
<?php
|
||
|
|
||
|
namespace PhpXmlRpc\Exception;
|
||
|
|
||
|
class PhpXmlrpcException extends \Exception
|
||
|
{
|
||
|
}
|