UnauthorizedException constructor

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

Implementation

UnauthorizedException([String message = 'Unauthorized']) : super(401, message);