Exception: RHC::KeyNotFoundException

Inherits:
Exception show all
Defined in:
lib/rhc/exceptions.rb

Instance Attribute Summary

Attributes inherited from Exception

#code

Instance Method Summary collapse

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(message="SSHKey not found")
  super message, 118
end