Exception: Webtube::MissingContinuationFrame
- Inherits:
-
ProtocolError
- Object
- StandardError
- ProtocolError
- Webtube::MissingContinuationFrame
- Defined in:
- lib/webtube.rb
Instance Method Summary collapse
-
#initialize(message = "a new initial data frame arrived while only " + "parts of a previous fragmented message had arrived") ⇒ MissingContinuationFrame
constructor
A new instance of MissingContinuationFrame.
Methods inherited from ProtocolError
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 = "a new initial data frame arrived while only " + "parts of a previous fragmented message had arrived" super return end |