summaryrefslogtreecommitdiff
path: root/src/Exceptions/Handlers/Legacy.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Exceptions/Handlers/Legacy.php')
-rw-r--r--src/Exceptions/Handlers/Legacy.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Exceptions/Handlers/Legacy.php b/src/Exceptions/Handlers/Legacy.php
index 39683f72..461dabe1 100644
--- a/src/Exceptions/Handlers/Legacy.php
+++ b/src/Exceptions/Handlers/Legacy.php
@@ -21,7 +21,8 @@ class Legacy implements HandlerInterface
*/
public function report(Throwable $e)
{
- error_log(sprintf('Exception: Code: %s, Message: %s, File: %s:%u, Trace: %s',
+ error_log(sprintf(
+ 'Exception: Code: %s, Message: %s, File: %s:%u, Trace: %s',
$e->getCode(),
$e->getMessage(),
$this->stripBasePath($e->getFile()),