sS pcallOrExceptionText_strOrNull(O f, O... args) { try { ret strOrNull(callF(f, args)); } catch e { _handleException(e); ret exceptionToStringShort(e); } }