triggerUncaughtException static method
void
triggerUncaughtException()
Throws a FormatException.
Implementation
static void triggerUncaughtException() {
throw const FormatException(
'Embrace sample: uncaught formatting exception',
);
}