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