2015-01-30 09:06:10 +01:00
|
|
|
<?php
|
2015-02-03 16:27:59 +01:00
|
|
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
|
2015-01-30 09:06:10 +01:00
|
|
|
|
|
|
|
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
|
|
|
|
{
|
|
|
|
}
|