Exception: Webtube::ConnectionNotAlive
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Webtube::ConnectionNotAlive
- Defined in:
- lib/webtube.rb
Instance Method Summary collapse
-
#initialize ⇒ ConnectionNotAlive
constructor
A new instance of ConnectionNotAlive.
Constructor Details
#initialize ⇒ ConnectionNotAlive
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 |