diff --git a/src/Monolog/ErrorHandler.php b/src/Monolog/ErrorHandler.php index d870767e..66d9d12b 100644 --- a/src/Monolog/ErrorHandler.php +++ b/src/Monolog/ErrorHandler.php @@ -123,7 +123,7 @@ class ErrorHandler { $this->logger->log( $this->uncaughtExceptionLevel === null ? LogLevel::ERROR : $this->uncaughtExceptionLevel, - 'Uncaught exception', + $e->getMessage(), array('exception' => $e) );