Exceptions¶
- exception ocdskit.exceptions.OCDSKitError[source]¶
Base class for exceptions from within this package.
- exception ocdskit.exceptions.InconsistentVersionError(message, earlier_version=None, current_version=None)[source]¶
Raised if the versions are inconsistent across packages to compile.
- exception ocdskit.exceptions.MissingColumnError[source]¶
Raised if the column by which to order is missing.