voben
install(StatusPages) { exception<Throwable> { cause -> log.error(cause) val error = HttpBinError(HttpStatusCode.InternalServerError, call.request.local.uri, cause.toString(), cause.cause?.message) call.respond(HttpStatusCode.InternalServerError, error) } }
lenqnr
A modern programming language that makes developers happier.