summaryrefslogtreecommitdiffstats
path: root/library/Businessprocess/Exception/NestingError.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/Businessprocess/Exception/NestingError.php')
-rw-r--r--library/Businessprocess/Exception/NestingError.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/library/Businessprocess/Exception/NestingError.php b/library/Businessprocess/Exception/NestingError.php
new file mode 100644
index 0000000..89cbf81
--- /dev/null
+++ b/library/Businessprocess/Exception/NestingError.php
@@ -0,0 +1,9 @@
+<?php
+
+namespace Icinga\Module\Businessprocess\Exception;
+
+use Icinga\Exception\IcingaException;
+
+class NestingError extends IcingaException
+{
+}