class Swiftcore::Analogger::Client::FailedToAuthenticate

Public Class Methods

new(hots = -"UNK", port = 6766) click to toggle source
Calls superclass method
# File lib/swiftcore/Analogger/Client.rb, line 46
def initialize(hots = -"UNK", port = 6766)
  super("Failed to authenticate to the Analogger server at #{destination}:#{port}")
end