class RHC::KeyNotFoundException

Public Class Methods

new(message="SSHKey not found") click to toggle source
# File lib/rhc/exceptions.rb, line 35
def initialize(message="SSHKey not found")
  super message, 118
end