AuthApiException constructor

AuthApiException(
  1. String message, {
  2. String? statusCode,
})

Implementation

AuthApiException(String message, {String? statusCode})
    : super(message, statusCode: statusCode);