public static void insertRecs(List<SObject> objs) { if (objs == null || objs.isEmpty()) { return; } try { insert objs; } catch (Exception e) { throw e; } }