Method: RHC::SSHAuthenticationFailed#initialize
- Defined in:
- lib/rhc/exceptions.rb
#initialize(host, user) ⇒ SSHAuthenticationFailed
Returns a new instance of SSHAuthenticationFailed.
157 158 159 |
# File 'lib/rhc/exceptions.rb', line 157 def initialize(host, user) super "Authentication to server #{host} with user #{user} failed" end |