throwIt method

void throwIt()

Implementation

void throwIt() {
  throw Exception(getIt());
}