Exception: RHC::KeyFileNotExistentException
- Defined in:
- lib/rhc/exceptions.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(message = "SSH Key file not found") ⇒ KeyFileNotExistentException
constructor
A new instance of KeyFileNotExistentException.
Constructor Details
#initialize(message = "SSH Key file not found") ⇒ KeyFileNotExistentException
Returns a new instance of KeyFileNotExistentException.
94 95 96 |
# File 'lib/rhc/exceptions.rb', line 94 def initialize(="SSH Key file not found") super , 128 end |