Searched refs:ServerException (Results 1 – 3 of 3) sorted by relevance
7 use IXR\Exception\ServerException; alias33 throw new ServerException("XML-RPC server not enabled.", -32605);41 throw new ServerException('XML-RPC server accepts XML requests only.', -32606);
6 class ServerException extends \Exception class
7 use IXR\Exception\ServerException; alias18 * @throws ServerException33 * @throws ServerException40 throw new ServerException('XML-RPC server accepts POST requests only.');