AiProviderException constructor

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

Implementation

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