throwUnauthorized method

void throwUnauthorized()

Implementation

void throwUnauthorized() {
  throw Unauthorized();
}