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