Exception: MintPress::Exception::HTTPError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- MintPress::Exception::HTTPError
- Defined in:
- src/mintpress-console/lib/mintpress-console/exception.rb,
src/mintpress-slackbot/lib/mintpress-slackbot/exception.rb,
src/mintpress-utils/lib/mintpress-utils/exception.rb,
src/oracle-weblogic/lib/oracle-weblogic/exception.rb
Overview
Direct Known Subclasses
HTTPBadRequest, HTTPForbidden, HTTPInternalServerError, HTTPMethodNotAllowed, HTTPNotAcceptable, HTTPNotFound, HTTPServiceUnavailable, HTTPUnauthorized
Properties (Read/Write)
Properties (Read Only)
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#code ⇒ Object
Returns the value of attribute code.
-
#error ⇒ Object
Returns the value of attribute error.
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ HTTPError
constructor
A new instance of HTTPError.
Constructor Details
#initialize(opts = {}) ⇒ HTTPError
Returns a new instance of HTTPError.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
#code ⇒ Object
Returns the value of attribute code.
#error ⇒ Object
Returns the value of attribute error.
#klass ⇒ Object
Returns the value of attribute klass.
#path ⇒ Object
Returns the value of attribute path.