class Protocol::HTTP2::FrameSizeError
When the frame payload does not match expectations.
Public Class Methods
new(message)
click to toggle source
Calls superclass method
Protocol::HTTP2::ProtocolError::new
# File lib/protocol/http2/error.rb, line 109 def initialize(message) super message, FRAME_SIZE_ERROR end