aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Execution/TrapException.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Execution/TrapException.php')
-rw-r--r--src/Execution/TrapException.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Execution/TrapException.php b/src/Execution/TrapException.php
new file mode 100644
index 0000000..2948e8d
--- /dev/null
+++ b/src/Execution/TrapException.php
@@ -0,0 +1,11 @@
+<?php
+
+declare(strict_types=1);
+
+namespace Nsfisis\Waddiwasi\Execution;
+
+use RuntimeException;
+
+class TrapException extends RuntimeException
+{
+}