NocLLMException constructor Null safety

const NocLLMException(
  1. String message,
  2. {int? statusCode}
)

Creates a NocLLMException with the given message and optional statusCode.

Implementation

const NocLLMException(this.message, {this.statusCode});