Exception: RHC::KeyNotFoundException
- Defined in:
- lib/rhc/exceptions.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(message = "SSHKey not found") ⇒ KeyNotFoundException
constructor
A new instance of KeyNotFoundException.
Constructor Details
#initialize(message = "SSHKey not found") ⇒ KeyNotFoundException
Returns a new instance of KeyNotFoundException.
59 60 61 |
# File 'lib/rhc/exceptions.rb', line 59 def initialize(="SSHKey not found") super , 118 end |