you have got to love Kotlin: `val resp : Rest.Resp...
# tornadofx
r
you have got to love Kotlin:
val resp : Rest.Response? = try {api.get("movie${params.queryString}")} catch (ex: RestException) { null}