prophesy.exceptions package¶
- exception ConfigurationError(message)¶
Bases:
Exception
Error which is meant to be raised when a configuration entry is invalid.
- exception DimensionNotSupportedError(message, min_supported_dim, max_supported_dim, requested_dim)¶
Bases:
Exception
Error which is meant to be raised when the dimension of the problem is not supported.