WooRateLimitException constructor
const
WooRateLimitException(})
Creates the exception.
Implementation
const WooRateLimitException(
super.message, {
super.code,
super.statusCode,
this.retryAfter,
this.limit,
this.remaining,
});