Skip to content

Commit

Permalink
Update ExceptionHandler.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Taylor committed Jul 1, 2020
1 parent fadd588 commit 6276e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Exception/ExceptionHandler.php
Expand Up @@ -171,7 +171,7 @@ public static function render(\Throwable $error)
* $errorRendererError - the error caused by error renderer
* $error - the main error
*
* We need to show both exceptions, without loss of trace information so use a bit of magic to merge them
* We need to show both exceptions, without loss of trace information, so use a bit of magic to merge them.
*
* Use exception nesting feature: rethrow the exceptions, an exception thrown in a finally block
* will take unhandled exception as previous.
Expand Down

0 comments on commit 6276e66

Please sign in to comment.