HTTP2::RequestCanceledError
Inherits HTTP2::HTTPError < Exception < Reference < Object
A request or a response read was canceled: either the Cancellation
passed to Client#get/#post/#request/#head was signaled, or
Response#cancel was called directly. Raised by Client#request
itself and by subsequent reads or waits on the Response it
returned.