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
Right now there's a lot of generic ValueError usage, without any discernable structure. It makes more sense to change this all to be a tree structure with a common base exception class for the entire library.
The text was updated successfully, but these errors were encountered:
Right now there's a lot of generic
ValueError
usage, without any discernable structure. It makes more sense to change this all to be a tree structure with a common base exception class for the entire library.The text was updated successfully, but these errors were encountered: