summaryrefslogtreecommitdiffstats
path: root/library/Icinga/Exception/SystemPermissionException.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/Icinga/Exception/SystemPermissionException.php')
-rw-r--r--library/Icinga/Exception/SystemPermissionException.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/library/Icinga/Exception/SystemPermissionException.php b/library/Icinga/Exception/SystemPermissionException.php
new file mode 100644
index 0000000..5651169
--- /dev/null
+++ b/library/Icinga/Exception/SystemPermissionException.php
@@ -0,0 +1,11 @@
+<?php
+/* Icinga Web 2 | (c) 2013 Icinga Development Team | GPLv2+ */
+
+namespace Icinga\Exception;
+
+/**
+ * Handle problems according to file system permissions
+ */
+class SystemPermissionException extends IcingaException
+{
+}