Searched refs:ActionException (Results 1 – 14 of 14) sorted by relevance
6 use dokuwiki\Action\Exception\ActionException; alias27 * @throws ActionException32 if (!checkSecurityToken()) throw new ActionException();44 if (!$text) throw new ActionException(); //something went wrong51 throw new ActionException('edit');
6 use dokuwiki\Action\Exception\ActionException; alias31 if (!checkSecurityToken()) throw new ActionException('preview');46 throw new ActionException('edit');54 throw new ActionException('conflict');
5 use dokuwiki\Action\Exception\ActionException; alias49 * @throws ActionException63 * @throws ActionException
6 use dokuwiki\Action\Exception\ActionException; alias40 if (!checkSecurityToken()) throw new ActionException();53 throw new ActionException('login');
5 use dokuwiki\Action\Exception\ActionException; alias30 throw new ActionException();
5 use dokuwiki\Action\Exception\ActionException; alias33 throw new ActionException('denied');
6 use dokuwiki\Action\Exception\ActionException; alias35 … if (!isset($INFO['draft']) || !file_exists($INFO['draft'])) throw new ActionException('edit');
6 use dokuwiki\Action\Exception\ActionException; alias22 if (!checkSecurityToken()) throw new ActionException('profile');
15 class ActionUserRequiredException extends ActionException
15 class ActionAclRequiredException extends ActionException
18 class ActionAbort extends ActionException
15 class ActionDisabledException extends ActionException
16 class ActionException extends \Exception class
8 use dokuwiki\Action\Exception\ActionException; alias92 } catch (ActionException $e) {124 * @param null|ActionException $e any previous exception that caused the transition202 * @throws ActionException222 throw new ActionException('denied');