ModelNotFoundError# class openstef_core.exceptions.ModelNotFoundError(model_id: str)[source]# Bases: Exception Exception raised when a model is not found in storage. Parameters: model_id (str) __init__(model_id: str)[source]# Initialize the exception with the model identifier. Parameters: model_id (str) – Identifier of the model that was not found. model_id