diff options
Diffstat (limited to 'wiki/inc/Action/Exception/NoActionException.php')
-rw-r--r-- | wiki/inc/Action/Exception/NoActionException.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/wiki/inc/Action/Exception/NoActionException.php b/wiki/inc/Action/Exception/NoActionException.php deleted file mode 100644 index 1c4e4d0..0000000 --- a/wiki/inc/Action/Exception/NoActionException.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php - -namespace dokuwiki\Action\Exception; - -/** - * Class NoActionException - * - * Thrown in the ActionRouter when a wanted action can not be found. Triggers - * the unknown action event - * - * @package dokuwiki\Action\Exception - */ -class NoActionException extends \Exception { - -} |