Exception: Webtube::ConnectionNotAlive

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/webtube.rb

Instance Method Summary collapse

Constructor Details

#initializeConnectionNotAlive



864
865
866
867
868
# File 'lib/webtube.rb', line 864

def initialize
  super "WebSocket connection has died and can't convey " +
      "any more messages"
  return
end