Upgrade to 3.2.0
This commit is contained in:
@@ -2,6 +2,17 @@
|
||||
|
||||
namespace Kirby\Exception;
|
||||
|
||||
/**
|
||||
* PermissionException
|
||||
* Thrown when the current user has insufficient
|
||||
* permissions for the action
|
||||
*
|
||||
* @package Kirby Exception
|
||||
* @author Nico Hoffmann <nico@getkirby.com>
|
||||
* @link https://getkirby.com
|
||||
* @copyright Bastian Allgeier GmbH
|
||||
* @license https://opensource.org/licenses/MIT
|
||||
*/
|
||||
class PermissionException extends Exception
|
||||
{
|
||||
protected static $defaultKey = 'permission';
|
||||
|
||||
Reference in New Issue
Block a user