AiProviderException constructor
const
AiProviderException({})
Implementation
const AiProviderException({
required this.providerId,
required this.message,
this.statusCode,
this.responseBody,
this.cause,
});
const AiProviderException({
required this.providerId,
required this.message,
this.statusCode,
this.responseBody,
this.cause,
});