AuthRetryableFetchException constructor

AuthRetryableFetchException({
  1. String message = 'AuthRetryableFetchException',
  2. String? statusCode,
})

Implementation

AuthRetryableFetchException({
  String message = 'AuthRetryableFetchException',
  super.statusCode,
}) : super(message);