FitbitUnauthorizedException constructor

FitbitUnauthorizedException({
  1. FitbitExceptionType? type,
  2. String? message,
})

Default FitbitUnauthorizedException constructor.

Implementation

FitbitUnauthorizedException({
  FitbitExceptionType? type,
  String? message,
}) : super(type: FitbitExceptionType.UNAUTHORIZED, message: message);