Hey guys I am working on Custom Exception in ktor....
# ktor
v
Hey guys I am working on Custom Exception in ktor. I am seeing this example. I just notice in
ResponseException
have second paramter
cachedResponseText
. Do you guys know what is
cachedResponseText
?
Copy code
ResponseException(response, cachedResponseText)
a
It’s a response body as text.
v
Thank you Aleksei