pitchtypes.errors
Exceptions
|
Exception that have a default message that can be extended. |
|
TypeErrors that have a default message that can be extended. |
|
ValueErrors that have a default message that can be extended. |
|
Raised when an invalid argument is passed to a method or a function. |
|
Raised when an invalid value is passed to an object's initializer. |
|
Raised when a property is not defined for the given type. |
|
Raised when an unexpected type is encountered. |
|
Raised when an unexpected value is encountered. |