class RHC::ServerNotConfiguredException
Public Class Methods
new(server)
click to toggle source
Calls superclass method
RHC::Exception.new
# File lib/rhc/exceptions.rb, line 101 def initialize(server) super "You don't have any server configured with the hostname or nickname '#{server}'", 166 end