RDAPService->updateTldListIANA(); $this->RDAPService->updateGTldListICANN(); } catch (Throwable $throwable) { $throws[] = $throwable; } try { $this->RDAPService->updateRDAPServers(); } catch (Throwable $throwable) { $throws[] = $throwable; } if (!empty($throws)) throw $throws[0]; } }