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