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