Exception: Cod::ConnectionLost

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cod.rb

Overview

Indicates that a standing connection was lost and must be reconnected.

Instance Method Summary collapse

Constructor Details

#initializeConnectionLost

Returns a new instance of ConnectionLost.



133
134
135
# File 'lib/cod.rb', line 133

def initialize
  super "Connection lost."
end