UnauthorizedError constructor

UnauthorizedError(
  1. int code,
  2. String? reason
)

Implementation

UnauthorizedError(this.code, this.reason);