diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main/kotlin/FailedAuthenticationException.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/FailedAuthenticationException.kt b/src/main/kotlin/FailedAuthenticationException.kt index f437673..dcff7bd 100644 --- a/src/main/kotlin/FailedAuthenticationException.kt +++ b/src/main/kotlin/FailedAuthenticationException.kt @@ -3,4 +3,4 @@ * * @param reason A human-readable reason for which the authentication failed. */ -class FailedAuthenticationException(val reason: String) : Exception()
\ No newline at end of file +class FailedAuthenticationException(val reason: String) : Exception("Authentication with remote host failed: $reason")
\ No newline at end of file |