MastodonValidationException constructor
Implementation
const MastodonValidationException({
super.message = 'Unprocessable entity',
super.endpoint,
super.raw,
this.serverMessage,
}) : super(statusCode: 422);
const MastodonValidationException({
super.message = 'Unprocessable entity',
super.endpoint,
super.raw,
this.serverMessage,
}) : super(statusCode: 422);