summaryrefslogtreecommitdiffstats
path: root/library/Icinga/Security/SecurityException.php
blob: 861dcf1641e72fad0cf4b6921fd31e988f4fb8da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
/* Icinga Web 2 | (c) 2015 Icinga Development Team | GPLv2+ */

namespace Icinga\Security;

use Icinga\Exception\IcingaException;

/**
 * Exception thrown when a caller does not have the permissions required to access a resource
 */
class SecurityException extends IcingaException
{
}