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
Still, if this handler throws an exception it will be wrapped in a HandlerFailedException. The latter is useful when multiple handlers are called, but it seems to me it just adds noise when using the HandleTrait.
Would it make sense to make HandleTrait::handle catch HandlerFailedExceptions and throw the wrapped exception instead?