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
Invalid exception type is not always flagged as an error by the interpreter. For example, the following code is accepted, even though A is not a subtype of Exception:
Invalid exception type is not always flagged as an error by the interpreter. For example, the following code is accepted, even though A is not a subtype of Exception: