ConnectanumHttpAuthException constructor

const ConnectanumHttpAuthException({
  1. required int statusCode,
  2. required String reasonPhrase,
  3. required String body,
  4. Object? error,
})

Implementation

const ConnectanumHttpAuthException({
  required this.statusCode,
  required this.reasonPhrase,
  required this.body,
  this.error,
});