const MastodonApiException({ required this.statusCode, required String message, this.endpoint, this.raw, }) : super(message);