Home
last modified time | relevance | path

Searched refs:AccessDeniedException (Results 1 – 9 of 9) sorted by relevance

/plugin/farmer/
H A Dremote.php4 use dokuwiki\Remote\AccessDeniedException; alias
25 * @throws AccessDeniedException
38 * @throws AccessDeniedException
50 * @throws AccessDeniedException
62 * @throws AccessDeniedException
77 * @throws AccessDeniedException
91 * @throws AccessDeniedException
96 throw new AccessDeniedException(
/plugin/tagfilter/
Dremote.php3 use dokuwiki\Remote\AccessDeniedException; alias
17 * @throws AccessDeniedException
22 throw new AccessDeniedException('You are not allowed to read this file', 111);
29 throw new AccessDeniedException('problem with helper plugin', 99999);
35 * @throws AccessDeniedException
44 throw new AccessDeniedException('problem with helper plugin', 99999);
65 * @throws AccessDeniedException
73 throw new AccessDeniedException('problem with helper plugin', 99999);
/plugin/confmanager/
Dremote.php3 use dokuwiki\Remote\AccessDeniedException; alias
40 * @throws AccessDeniedException
49 * @throws AccessDeniedException
53 throw new AccessDeniedException();
/plugin/struct/
H A Dremote.php13 use dokuwiki\Remote\AccessDeniedException; alias
41 * @throws AccessDeniedException
49 throw new AccessDeniedException('no permissions to access data of that page');
74 * @throws AccessDeniedException
82 throw new AccessDeniedException('no permissions to save data for that page');
100 * @throws AccessDeniedException
106 throw new AccessDeniedException('you need to be manager to access schema info');
/plugin/aichat/
Dremote.php6 use dokuwiki\Remote\AccessDeniedException; alias
23 * @throws AccessDeniedException
36 throw new AccessDeniedException('You are not allowed to use this plugin', 111);
59 * @throws AccessDeniedException
85 * @throws AccessDeniedException
/plugin/dev/skel/
Dremote.php4 use dokuwiki\Remote\AccessDeniedException; alias
24 throw new AccessDeniedException('You are not allowed to read this file', 111);
/plugin/translation/
Dremote.php5 use dokuwiki\Remote\AccessDeniedException; alias
29 throw new AccessDeniedException('You are not allowed to access this endpoint', 111);
/plugin/deeplautotranslate/
Dremote.php4 use dokuwiki\Remote\AccessDeniedException; alias
/plugin/doxycode/
Dremote.php11 use dokuwiki\Remote\AccessDeniedException; alias