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