MastodonRateLimitException constructor
Implementation
const MastodonRateLimitException({
super.message = 'Rate limited',
super.endpoint,
super.raw,
this.retryAfter,
}) : super(statusCode: 429);
const MastodonRateLimitException({
super.message = 'Rate limited',
super.endpoint,
super.raw,
this.retryAfter,
}) : super(statusCode: 429);