Handle401 constructor

Handle401()

Implementation

Handle401()
    : super(
        statusCode: 401,
        callback: () {
          throw UnauthorizedException();
        },
      );