NocLLMException constructor Null safety
Creates a NocLLMException with the given message and optional statusCode.
Implementation
const NocLLMException(this.message, {this.statusCode});
Creates a NocLLMException with the given message and optional statusCode.
const NocLLMException(this.message, {this.statusCode});