UnauthorizedException constructor

UnauthorizedException({
  1. bool silent = false,
  2. List<String> messages = const [],
})

Implementation

UnauthorizedException({
  super.silent,
  super.messages,
});