Searched full:remoteexception (Results 1 – 10 of 10) sorted by relevance
/dokuwiki/inc/Remote/ |
H A D | RemoteException.php | 6 * Class RemoteException 8 class RemoteException extends \Exception class
|
H A D | Api.php | 119 * @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 D | AccessDeniedException.php | 8 class AccessDeniedException extends RemoteException
|
H A D | ApiCore.php | 206 * @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 D | XmlRpcServer.php | 63 } catch (RemoteException $e) {
|
/dokuwiki/inc/ |
H A D | deprecated.php | 33 class RemoteException extends \dokuwiki\Remote\RemoteException global() class
|
/dokuwiki/vendor/geshi/geshi/src/geshi/ |
H A D | kotlin.php | 711 'RemoteCall', 'RemoteException', 'RemoteObject',
|
H A D | java.php | 727 'RemoteCall', 'RemoteException', 'RemoteObject',
|
H A D | groovy.php | 713 'RemoteCall', 'RemoteException', 'RemoteObject',
|
H A D | java5.php | 193 'AccessException', 'AlreadyBoundException', 'ConnectIOException', 'MarshalException', 'MarshalledObject', 'Naming', 'NoSuchObjectException', 'NotBoundException', 'RMISecurityException', 'RMISecurityManager', 'Remote', 'RemoteException', 'ServerError', 'ServerException', 'ServerRuntimeException', 'StubNotFoundException', 'UnexpectedException', 'UnmarshalException'
|