mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-21 08:36:33 +02:00
Merge branch '1.x'
This commit is contained in:
@@ -94,7 +94,7 @@ class MongoDBFormatter implements FormatterInterface
|
||||
$formattedException = [
|
||||
'class' => Utils::getClass($exception),
|
||||
'message' => $exception->getMessage(),
|
||||
'code' => $exception->getCode(),
|
||||
'code' => (int) $exception->getCode(),
|
||||
'file' => $exception->getFile() . ':' . $exception->getLine(),
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user