UnauthorizedException constructor

const UnauthorizedException({
  1. String message,
})

Implementation

const factory UnauthorizedException({final String message}) =
    _$UnauthorizedException;