class RHC::ServerHostnameExistsException
Public Class Methods
new(hostname)
click to toggle source
Calls superclass method
RHC::Exception.new
# File lib/rhc/exceptions.rb, line 95 def initialize(hostname) super "You already have a server configured with the hostname '#{hostname}'", 165 end