notFoundModelError function

Never notFoundModelError(
  1. ModelId modelId
)

Implementation

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