UnauthorizedException constructor

UnauthorizedException({
  1. String? message,
})

Implementation

UnauthorizedException({
  this.message,
});