eddymotion.exceptions module

exception eddymotion.exceptions.ModelNotFittedError[source]

Bases: ValueError, AttributeError

Exception class to raise if a model is used before fitting.

This class inherits from both ValueError and AttributeError to help with exception handling.