Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/acl/
H A Dremote.php4 use dokuwiki\Remote\AccessDeniedException;
15 * @throws AccessDeniedException
20 throw new AccessDeniedException(
38 * @throws AccessDeniedException
43 throw new AccessDeniedException(
60 * @throws AccessDeniedException
65 throw new AccessDeniedException(
3 use dokuwiki\Remote\AccessDeniedException; global() alias
/dokuwiki/inc/Remote/
H A DAccessDeniedException.php6 * Class AccessDeniedException
8 class AccessDeniedException extends RemoteException class
H A DApiCore.php398 * @throws AccessDeniedException
427 * @throws AccessDeniedException
449 * @throws AccessDeniedException
473 * @throws AccessDeniedException
518 * @throws AccessDeniedException
566 * @throws AccessDeniedException
656 * @throws AccessDeniedException no write access for page
720 * @throws AccessDeniedException
825 * @throws AccessDeniedException no permission for media
834 throw new AccessDeniedException('Yo
[all...]
H A DApi.php153 throw new AccessDeniedException('Server Error. API is not enabled in config.', -32604);
162 * @throws AccessDeniedException Thrown when the user is not allowed to call the method
178 throw new AccessDeniedException('server error. not authorized to call method', -32604);
H A DXmlRpcServer.php55 } catch (AccessDeniedException $e) {
/dokuwiki/inc/
H A Ddeprecated.php20 class RemoteAccessDeniedException extends \dokuwiki\Remote\AccessDeniedException
25 dbg_deprecated(\dokuwiki\Remote\AccessDeniedException::class);