moodle/lib/phpxmlrpc/Exception.php

8 lines
68 B
PHP
Raw Normal View History

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