mirror of
https://github.com/filp/whoops.git
synced 2026-09-14 19:56:23 +00:00
use dedicated getExceptionMessage() method
This commit is contained in:
@@ -222,7 +222,7 @@ class PrettyPageHandler extends Handler
|
||||
|
||||
"title" => $this->getPageTitle(),
|
||||
"name" => explode("\\", $inspector->getExceptionName()),
|
||||
"message" => $inspector->getException()->getMessage(),
|
||||
"message" => $inspector->getExceptionMessage(),
|
||||
"code" => $code,
|
||||
"plain_exception" => Formatter::formatExceptionPlain($inspector),
|
||||
"frames" => $frames,
|
||||
|
||||
Reference in New Issue
Block a user