Searched refs:ActionAbort (Results 1 – 17 of 17) sorted by relevance
5 use dokuwiki\Action\Exception\ActionAbort; alias18 * @throws ActionAbort22 throw new ActionAbort('edit');
5 use dokuwiki\Action\Exception\ActionAbort; alias18 * @throws ActionAbort26 throw new ActionAbort('draftdel');
6 use dokuwiki\Action\Exception\ActionAbort; alias28 * @throws ActionAbort38 throw new ActionAbort('redirect');
5 use dokuwiki\Action\Exception\ActionAbort; alias40 throw new ActionAbort('show');42 throw new ActionAbort('profile');
5 use dokuwiki\Action\Exception\ActionAbort; alias25 throw new ActionAbort();
5 use dokuwiki\Action\Exception\ActionAbort; alias26 * @throws ActionAbort59 throw new ActionAbort('draftdel');
5 use dokuwiki\Action\Exception\ActionAbort; alias21 * @throws ActionAbort46 throw new ActionAbort('show');
5 use dokuwiki\Action\Exception\ActionAbort; alias32 throw new ActionAbort('profile');
6 use dokuwiki\Action\Exception\ActionAbort; alias39 throw new ActionAbort('source');86 throw new ActionAbort('locked');
6 use dokuwiki\Action\Exception\ActionAbort; alias42 throw new ActionAbort('show');
6 use dokuwiki\Action\Exception\ActionAbort; alias42 throw new ActionAbort('login');
5 use dokuwiki\Action\Exception\ActionAbort; alias63 throw new ActionAbort('draftdel');
5 use dokuwiki\Action\Exception\ActionAbort; alias41 } catch (ActionAbort $e) {59 * @throws ActionAbort when (un)subscribing worked102 throw new ActionAbort('redirect');
5 use dokuwiki\Action\Exception\ActionAbort; alias115 throw new ActionAbort();
5 use dokuwiki\Action\Exception\ActionAbort; alias49 if ($s === '') throw new ActionAbort();
6 use dokuwiki\Action\Exception\ActionAbort; alias43 throw new ActionAbort('login');
18 class ActionAbort extends ActionException class