Searched refs:RemoteException (Results 1 – 3 of 3) sorted by relevance
| /plugin/approve/ |
| H A D | remote.php | 5 use dokuwiki\Remote\RemoteException; alias 26 * @throws RemoteException 35 throw new RemoteException('Invalid state(s) provided', 122); 41 throw new RemoteException('Invalid filter regex', 123); 63 * @throws RemoteException 74 throw new RemoteException('Page does not exist', 121); 78 throw new RemoteException('This page is not under control of the approve plugin', 124); 87 throw new RemoteException('You are not allowed to approve this page', 111); 92 … throw new RemoteException('You are not allowed to mark this page as ready for approval', 111); 96 throw new RemoteException('Invalid status', 122);
|
| /plugin/struct/ |
| H A D | remote.php | 11 use dokuwiki\Remote\RemoteException; alias 42 * @throws RemoteException 57 throw new RemoteException($e->getMessage(), 0, $e); 75 * @throws RemoteException 89 throw new RemoteException($e->getMessage(), 0, $e); 101 * @throws RemoteException 125 throw new RemoteException($e->getMessage(), 0, $e); 138 * @throws RemoteException 167 throw new RemoteException($e->getMessage(), 0, $e);
|
| /plugin/move/ |
| D | remote.php | 74 return new \dokuwiki\Remote\RemoteException($msg['msg'], 100); 78 return new \dokuwiki\Remote\RemoteException('Unknown error', 100);
|