summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdoardo La Greca2025-08-02 19:08:34 +0200
committerEdoardo La Greca2025-08-02 19:08:34 +0200
commitd6ca5e3129f2d07e958b4d3b31455692bbc58e4b (patch)
tree073198528030fe31ecbee0c55cd6f286be642bee
parentc11decee92748a7c6ea4294b0954438c6cf5d782 (diff)
add documentation for UnresolvableHostException
-rw-r--r--src/main/kotlin/UnresolvableHostException.kt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/kotlin/UnresolvableHostException.kt b/src/main/kotlin/UnresolvableHostException.kt
index 22b62b0..492d1d3 100644
--- a/src/main/kotlin/UnresolvableHostException.kt
+++ b/src/main/kotlin/UnresolvableHostException.kt
@@ -1 +1,4 @@
+/**
+ * The specified domain, which identifies the host's address, could not be resolved.
+ */
class UnresolvableHostException : Exception() \ No newline at end of file