typinox.error module#
- exception typinox.error.TypinoxError[source]#
Bases:
ExceptionBase class for all exceptions raised by Typinox.
- exception typinox.error.TypinoxAnnotationError[source]#
Bases:
TypinoxError,TypeErrorRaised at annotation-time to indicate an error in the annotation.
- exception typinox.error.TypinoxInvalidTypeToCheck[source]#
Bases:
TypinoxError,TypeErrorRaised when the type being checked should not be checked at run-time.
- exception typinox.error.TypinoxTypeViolation[source]#
Bases:
TypinoxError,TypeErrorRaised when the typechecking failed.
- exception typinox.error.TypinoxNotImplementedError[source]#
Bases:
TypinoxError,NotImplementedErrorRaised when a feature is not yet implemented.