class RHC::ServerNicknameExistsException

Public Class Methods

new(nickname) click to toggle source
Calls superclass method RHC::Exception.new
# File lib/rhc/exceptions.rb, line 89
def initialize(nickname)
  super "You already have a server configured with the nickname '#{nickname}'", 164
end