You're reading the documentation for a development version. For the latest released version, please have a look at v0.2.
trepr.exceptions module
Exceptions for the trepr package.
For preventing cyclic imports and for a better overview, all exception classes of the trepr package are collected in this module. It is save for every other module to import this module, as this module does not depend on any other modules.
- exception trepr.exceptions.DimensionError(message='')
Bases:
Error
Exception raised when the dimension of the data does not fit.
- message
explanation of the error
- Type:
str