Odd question. Is there an easy way to to catch spe...
# ktor
b
Odd question. Is there an easy way to to catch specific
IOException
s in the client? I am trying to figure out when the user isn't connected to a company VPN properly. When they aren't connected I get this exception:
<http://javax.net|javax.net>.ssl.SSLPeerUnverifiedException
. Is there an easy way to catch this seperately from
IOException
?