notFoundModelIdError function
Implementation
Never notFoundModelIdError([String? modelId]) => throw HumanException(
humanMessage: 'Not found modelId${modelId != null ? ' "$modelId"' : ''}',
originalMessage: null,
stackTrace: null,
);