factory LimitExceededException.fromJson(Map<String, dynamic> json) { return LimitExceededException( message: json['message'] as String, ); }