summaryrefslogtreecommitdiffstats
path: root/library/Icinga/Exception/NotReadableError.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/Icinga/Exception/NotReadableError.php')
-rw-r--r--library/Icinga/Exception/NotReadableError.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/library/Icinga/Exception/NotReadableError.php b/library/Icinga/Exception/NotReadableError.php
new file mode 100644
index 0000000..6bf2b3c
--- /dev/null
+++ b/library/Icinga/Exception/NotReadableError.php
@@ -0,0 +1,8 @@
+<?php
+/* Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */
+
+namespace Icinga\Exception;
+
+class NotReadableError extends IcingaException
+{
+}