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