We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077ce97 commit b587362Copy full SHA for b587362
src/Event/ExceptionHandler.php
@@ -76,7 +76,7 @@ public function handle(Exception $exception)
76
'line' => $exception->getLine(),
77
'file' => $exception->getFile(),
78
'class' => get_class($exception),
79
- 'trace' => explode(PHP_EOL, $exception->getTraceAsString())
+ 'trace' => explode("\n", $exception->getTraceAsString())
80
];
81
}
82
0 commit comments