icingaweb2/library/Icinga/Security/SecurityException.php

13 lines
228 B
PHP

<?php
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
{
}