UnauthorizedException constructor

UnauthorizedException([
  1. String message = 'Unauthorized'
])

Implementation

UnauthorizedException([super.message = 'Unauthorized']) : super(code: 4100);