We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbcb5a5 commit 28e2141Copy full SHA for 28e2141
src/view/typecodes.py
@@ -43,7 +43,7 @@ def cast(self, obj: object) -> T:
43
"""Cast an object to the type.
44
45
Raises:
46
- TypeValidationFailed: The object is not compatible with the type."""
+ TypeValidationError: The object is not compatible with the type."""
47
try:
48
return self._cast(obj, True)
49
except RuntimeError:
0 commit comments