sendTestException static method
void
sendTestException()
Send text exception. Used to test Catcher configuration.
Implementation
static void sendTestException() {
throw const FormatException('Test exception generated by Catcher');
}