Exception: Swiftcore::Analogger::Client::FailedToAuthenticate
- Inherits:
-
StandardError
- Object
- StandardError
- Swiftcore::Analogger::Client::FailedToAuthenticate
- Defined in:
- lib/swiftcore/Analogger/Client.rb
Instance Method Summary collapse
-
#initialize(hots = -"UNK",, port = 6766) ⇒ FailedToAuthenticate
constructor
A new instance of FailedToAuthenticate.
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 |