Exception: RHC::KeyFileAccessDeniedException
- Defined in:
- lib/rhc/exceptions.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(message = "Insufficient acces to SSH Key file") ⇒ KeyFileAccessDeniedException
constructor
A new instance of KeyFileAccessDeniedException.
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( = "Insufficient acces to SSH Key file") super , 128 end |