diff options
Diffstat (limited to 'wiki/inc/Action/Exception/ActionDisabledException.php')
-rw-r--r-- | wiki/inc/Action/Exception/ActionDisabledException.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/wiki/inc/Action/Exception/ActionDisabledException.php b/wiki/inc/Action/Exception/ActionDisabledException.php deleted file mode 100644 index 40a0c7d..0000000 --- a/wiki/inc/Action/Exception/ActionDisabledException.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php - -namespace dokuwiki\Action\Exception; - -/** - * Class ActionDisabledException - * - * Thrown when the requested action has been disabled. Eg. through the 'disableactions' - * config setting. You should probably not use it. - * - * The message will NOT be shown to the enduser, but a generic information will be shown. - * - * @package dokuwiki\Action\Exception - */ -class ActionDisabledException extends ActionException { - -} |