Exception: RHC::KeyFileAccessDeniedException

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 = "Insufficient acces to SSH Key file") ⇒ KeyFileAccessDeniedException

Returns a new instance of KeyFileAccessDeniedException.



82
83
84
# File 'lib/rhc/exceptions.rb', line 82

def initialize(message = "Insufficient acces to SSH Key file")
  super message, 128
end