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
Replace catching ReceiverError[Any] with just ReceiverError
It looks like ReceiverError[Any] is not ReceiverError, but some
type object. When any error occured we got missleading
error about the exception not inheriting from BaseException.
Signed-off-by: Elzbieta Kotulska <[email protected]>
0 commit comments