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} 18