class RHC::KeyFileNotExistentException
Public Class Methods
new(message="SSH Key file not found")
click to toggle source
Calls superclass method
RHC::Exception::new
# File lib/rhc/exceptions.rb, line 130 def initialize(message="SSH Key file not found") super message, 128 end