summaryrefslogtreecommitdiff
path: root/platform/www/inc/Action/Exception/ActionAclRequiredException.php
blob: 64a2c61e3e156da01873eed41bfaefe891240067 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php

namespace dokuwiki\Action\Exception;

/**
 * Class ActionAclRequiredException
 *
 * Thrown by AbstractACLAction when an action requires that the ACL subsystem is
 * enabled but it isn't. You should not use it
 *
 * The message will NOT be shown to the enduser
 *
 * @package dokuwiki\Action\Exception
 */
class ActionAclRequiredException extends ActionException {

}