Dennis Schröder
val client = HttpClient(Apache) try { client.get("<https://some.api>") } catch(t: Throwable) { //... }