throwError method

void throwError()

Implementation

void throwError() {
  throw HttpException(status, data);
}