3.10. lars.exc - Base Exceptions

Defines base exception and warnings types for the package.

3.10.1. Exceptions

exception lars.exc.LarsError[source]

Base class for all errors generated by the lars package. This exists purely for ease of filtering / catching all such errors.

exception lars.exc.LarsWarning[source]

Base class for all warnings generated by the lars package. This exists purely for ease of filtering / catching all such warnings.