summaryrefslogtreecommitdiff
path: root/src/ste/ContinueException.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/ste/ContinueException.php')
-rw-r--r--src/ste/ContinueException.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ste/ContinueException.php b/src/ste/ContinueException.php
new file mode 100644
index 0000000..af79b1b
--- /dev/null
+++ b/src/ste/ContinueException.php
@@ -0,0 +1,5 @@
+<?php
+
+namespace kch42\ste;
+
+class ContinueException extends \Exception { }