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