Exception: Webtube::MissingContinuationFrame

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

Instance Method Summary collapse

Methods inherited from ProtocolError

#websocket_close_status_code

Constructor Details

#initialize(message = "a new initial data frame arrived while only " + "parts of a previous fragmented message had arrived") ⇒ MissingContinuationFrame

Returns a new instance of MissingContinuationFrame.



951
952
953
954
955
956
# File 'lib/webtube.rb', line 951

def initialize message =
    "a new initial data frame arrived while only " +
    "parts of a previous fragmented message had arrived"
  super message
  return
end