summaryrefslogtreecommitdiffstats
path: root/library/Icinga/Security/SecurityException.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/Icinga/Security/SecurityException.php')
-rw-r--r--library/Icinga/Security/SecurityException.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/library/Icinga/Security/SecurityException.php b/library/Icinga/Security/SecurityException.php
new file mode 100644
index 0000000..861dcf1
--- /dev/null
+++ b/library/Icinga/Security/SecurityException.php
@@ -0,0 +1,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
+{
+}