Exception: RHC::KeyFileNotExistentException

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 = "SSH Key file not found") ⇒ KeyFileNotExistentException

Returns a new instance of KeyFileNotExistentException.



94
95
96
# File 'lib/rhc/exceptions.rb', line 94

def initialize(message="SSH Key file not found")
  super message, 128
end