throwTest method

void throwTest()

Implementation

void throwTest() {
  throw BadRequestExcepiton('Test Message');
}