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
The type hint for capture_exception() implies only ValueErrors can be passed in, which causes a type check warning in IDEs such as PyCharm when you pass in a non-ValueError exception.