"""module for custom exceptions used in the application.""" [docs] class ModelLoadError(Exception): """Raised when a model fails to load."""
API Reference: