Hi.
After upgrading to version 2.15.0, an exception is thrown when using the Whoops\Handler\PrettyPageHandler .
[Exception: Error, File: vendor\filp\whoops\src\Whoops\Handler\PlainTextHandler.php, Line: 285, Message: Call to a member function getFrameFilters() on null, Code: 0]
I believe this is related to the code below:
Hi. After upgrading to version
2.15.0
, an exception is thrown when using theWhoops\Handler\PrettyPageHandler
.[Exception: Error, File: vendor\filp\whoops\src\Whoops\Handler\PlainTextHandler.php, Line: 285, Message: Call to a member function getFrameFilters() on null, Code: 0]
I believe this is related to the code below:Calling
$plainTextHandler->setRun($this->getRun())
after initializing$plainTextHandler
solves this problem