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
{{ message }}
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.
Currently we raise TypeError and ValueError on validation failures. We should consider creating our own dedicated validation failure exception type. It can inherit TypeError if we want to do it in a backwards compatible way.
The text was updated successfully, but these errors were encountered:
Currently we raise TypeError and ValueError on validation failures. We should consider creating our own dedicated validation failure exception type. It can inherit TypeError if we want to do it in a backwards compatible way.
The text was updated successfully, but these errors were encountered: