Exception: Swiftcore::Analogger::Client::FailedToAuthenticate

Inherits:
StandardError
  • Object
show all
Defined in:
lib/swiftcore/Analogger/Client.rb

Instance Method Summary collapse

Constructor Details

#initialize(hots = -"UNK",, port = 6766) ⇒ FailedToAuthenticate

Returns a new instance of FailedToAuthenticate.



46
47
48
# 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