Proyectos de Subversion Moodle

Rev

Autoría | Ultima modificación | Ver Log |

<?php

namespace PhpXmlRpc\Exception;

use PhpXmlRpc\Exception as BaseExtension;

/**
 * Base exception for errors thrown by the server while trying to handle the requests, such as errors with the dispatch map
 */
class ServerException extends BaseExtension
{
}