You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ViewException class introduced in #36032 does not pass dependencies to the wrapped exception's report method. This causes a fatal error when an exception thrown in a view has a dependency
Description:
The
ViewException
class introduced in #36032 does not pass dependencies to the wrapped exception'sreport
method. This causes a fatal error when an exception thrown in a view has a dependencySee the docs:
Steps To Reproduce:
composer remove facade/ignition nunomaduro/collision
) [6.x & 8.x only]report
method that requires dependencies, e.g.:ArgumentCountError
is thrown:The text was updated successfully, but these errors were encountered: