summaryrefslogtreecommitdiff
path: root/src/main/kotlin/UnresolvableHostException.kt
blob: 492d1d3128e16ee4ffbc7f74351713c77de32d75 (plain)
1
2
3
4
/**
 * The specified domain, which identifies the host's address, could not be resolved.
 */
class UnresolvableHostException : Exception()