notFoundModelError function
Never
notFoundModelError(
- ModelId modelId
Implementation
Never notFoundModelError(ModelId modelId) => throw HumanException(
humanMessage: 'Not found model with id "$modelId"',
originalMessage: null,
stackTrace: null,
);