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.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ste/VarNotInScope.php b/src/ste/VarNotInScope.php
index 179d07a..6dc5eda 100644
--- a/src/ste/VarNotInScope.php
+++ b/src/ste/VarNotInScope.php
@@ -2,4 +2,6 @@
namespace kch42\ste;
-class VarNotInScope extends \Exception {}
+class VarNotInScope extends \Exception
+{
+}