Home
last modified time | relevance | path

Searched refs:ServerException (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/Remote/
H A DXmlRpcServer.php7 use IXR\Exception\ServerException; alias
33 throw new ServerException("XML-RPC server not enabled.", -32605);
41 throw new ServerException('XML-RPC server accepts XML requests only.', -32606);
/dokuwiki/vendor/kissifrot/php-ixr/src/Exception/
H A DServerException.php6 class ServerException extends \Exception class
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DServer.php7 use IXR\Exception\ServerException; alias
18 * @throws ServerException
33 * @throws ServerException
40 throw new ServerException('XML-RPC server accepts POST requests only.');