sendTestException static method

void sendTestException()

Send text exception. Used to test Tracker configuration.

Implementation

static void sendTestException() {
  throw const FormatException("Test exception generated by Tracker");
}