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.



100
101
102
# File 'lib/rhc/exceptions.rb', line 100

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