UnauthorizedException constructor
const
UnauthorizedException(
- XRPCResponse<
XRPCError> response
Returns the new instance of UnauthorizedException.
Implementation
const UnauthorizedException(super.response)
: super(label: 'UnauthorizedException');