-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Open
Labels
Description
The problem is that ErrorHandler does not use application view in this case:
https://github.com/yiisoft/yii2/blob/master/framework/web/ErrorHandler.php#L220
But toolbar is only rendered on view end body event:
https://github.com/yiisoft/yii2/blob/master/extensions/debug/Module.php#L122
@samdark do you remember why app view is not used on PHP error?
We might fix this by adding a similar event to the errorhandler.