Exception: Http2::Errors::BaseError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Http2::Errors::BaseError
- Defined in:
- lib/http2/errors.rb
Direct Known Subclasses
Badrequest, Internalserver, Noaccess, Notfound, Unauthorized, UnsupportedMediaType
Instance Attribute Summary collapse
-
#response ⇒ Object
Returns the value of attribute response.
Instance Attribute Details
#response ⇒ Object
Returns the value of attribute response.
4 5 6 |
# File 'lib/http2/errors.rb', line 4 def response @response end |