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
Its API with .extend_error() is not really intuitive, and it has singletone _stack that does not reset => it can't be used to handle, for example, inner stack trace for coroutine error. Overall it is ugly & messy, I don't like it.
Its API with .extend_error() is not really intuitive, and it has singletone
_stackthat does not reset => it can't be used to handle, for example, inner stack trace for coroutine error. Overall it is ugly & messy, I don't like it.