sO pcallF_minimalExceptionHandling(O f, O... args) { try { ret callFunction(f, args); } catch e { printStackTrace(e); _storeException(e); } null; }