xref: /dokuwiki/inc/Action/Exception/ActionAclRequiredException.php (revision 8c7c53b0321a3cd3116b8d3b2ad27863a38dece7)
164ab5140SAndreas Gohr<?php
264ab5140SAndreas Gohr
364ab5140SAndreas Gohrnamespace dokuwiki\Action\Exception;
464ab5140SAndreas Gohr
5e8aa6739SAndreas Gohr/**
6e8aa6739SAndreas Gohr * Class ActionAclRequiredException
7e8aa6739SAndreas Gohr *
8e8aa6739SAndreas Gohr * Thrown by AbstractACLAction when an action requires that the ACL subsystem is
9e8aa6739SAndreas Gohr * enabled but it isn't. You should not use it
10e8aa6739SAndreas Gohr *
11e8aa6739SAndreas Gohr * The message will NOT be shown to the enduser
12e8aa6739SAndreas Gohr *
13e8aa6739SAndreas Gohr * @package dokuwiki\Action\Exception
14e8aa6739SAndreas Gohr */
15*8c7c53b0SAndreas Gohrclass ActionAclRequiredException extends ActionException
16*8c7c53b0SAndreas Gohr{
1764ab5140SAndreas Gohr
1864ab5140SAndreas Gohr}
19