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