static void printExceptionShort(S prefix default "", Throwable e) { print(prefix, exceptionToStringShort(e)); }