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
IMixinErrorHandler is very broken generally, e.g. no injection check failures get passed to it. Do you have a particular need for sugar exceptions to be passed to it exclusively? If the underlying behaviour in mixin were improved you would be able to get them by looking at the suppressed exceptions from the injection check failure.
While testing
IMixinErrorHandler
on Connector, I noticed that Sugar exceptions aren't passed to the handler.The Mixin in question: [link]
The IMixinErrorHandler in question: [link]
The text was updated successfully, but these errors were encountered: