Skip to content

Commit

Permalink
whitespace (will squash later)
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Feb 21, 2019
1 parent 9e6e464 commit c47cd70
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -59,7 +59,7 @@ public function onKernelException(GetResponseForExceptionEvent $event)
if ($exception === $e) {
throw $e;
}

$wrapper = $e;

while ($prev = $wrapper->getPrevious()) {
Expand Down

0 comments on commit c47cd70

Please sign in to comment.