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