- <?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
- {
- }
|