notFoundModelIdError function

Never notFoundModelIdError([
  1. String? modelId
])

Implementation

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