summaryrefslogtreecommitdiff
path: root/src/ste/FatalRuntimeError.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/ste/FatalRuntimeError.php')
-rw-r--r--src/ste/FatalRuntimeError.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ste/FatalRuntimeError.php b/src/ste/FatalRuntimeError.php
index d5ca735..ab40af5 100644
--- a/src/ste/FatalRuntimeError.php
+++ b/src/ste/FatalRuntimeError.php
@@ -10,4 +10,6 @@ namespace kch42\ste;
* An Exception a tag can throw, if a fatal (irreparable) runtime error occurred.
* This Exception will always "bubble up" so you probably want to catch them. Remember that this exception is also in the namespace ste!
*/
-class FatalRuntimeError extends \Exception {}
+class FatalRuntimeError extends \Exception
+{
+}