Home
last modified time | relevance | path

Searched refs:RemoteException (Results 1 – 6 of 6) sorted by path

/dokuwiki/inc/Remote/
H A DAccessDeniedException.php8 class AccessDeniedException extends RemoteException
H A DApi.php119 * @throws RemoteException
131 throw new RemoteException('Method does not exist', -32603);
139 throw new RemoteException($e->getMessage(), -32602);
147 * @throws RemoteException thrown when the API is disabled
H A DApiCore.php206 * @throws RemoteException
399 * @throws RemoteException
428 * @throws RemoteException
450 * @throws RemoteException
474 * @throws RemoteException
519 * @throws RemoteException
567 * @throws RemoteException
657 * @throws RemoteException no id, empty new page or locked
670 throw new RemoteException('Refusing to write an empty new wiki page', 132);
675 throw new RemoteException('Th
[all...]
H A DRemoteException.php6 * Class RemoteException
8 class RemoteException extends \Exception class
H A DXmlRpcServer.php63 } catch (RemoteException $e) {
/dokuwiki/inc/
H A Ddeprecated.php35 class RemoteException extends \dokuwiki\Remote\RemoteException
40 dbg_deprecated(\dokuwiki\Remote\RemoteException::class);
33 class RemoteException extends \dokuwiki\Remote\RemoteException global() class