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
There are a few places where we're throwing Exception as well as ValueError. I think for sure with the generic Exception we should be more specific about what is being thrown. If we want to define our own exceptions that would probably be the path. I think this would be much clearer as to what is going on.
The text was updated successfully, but these errors were encountered:
There are a few places where we're throwing
Exception
as well asValueError
. I think for sure with the genericException
we should be more specific about what is being thrown. If we want to define our own exceptions that would probably be the path. I think this would be much clearer as to what is going on.The text was updated successfully, but these errors were encountered: