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
Both default error listeners are disabled by the module, but the one now enabled listens only to Application::ERROR_EXCEPTION. There must be a way to connect the other errors to marker interfaces:
Both default error listeners are disabled by the module, but the one now enabled listens only to
Application::ERROR_EXCEPTION
. There must be a way to connect the other errors to marker interfaces:Suggestion is to map these error codes to a special marker interface. The control structure is then:
In case the
$exception
is not a registered marker interface, the code checks again the error type of the event and as last sets it as default marker.The text was updated successfully, but these errors were encountered: