class RHC::KeyNotFoundException
Public Class Methods
new(message="SSHKey not found")
click to toggle source
Calls superclass method
RHC::Exception::new
# File lib/rhc/exceptions.rb, line 59 def initialize(message="SSHKey not found") super message, 118 end