Exception: GSGraph::BadRequest
- Defined in:
- lib/gs_graph/exception.rb
Direct Known Subclasses
Constant Summary
Constants inherited from Exception
Exception::ERROR_EXCEPTION_MATCHERS, Exception::ERROR_HEADER_MATCHERS
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(message, body = '') ⇒ BadRequest
constructor
A new instance of BadRequest.
Methods inherited from Exception
handle_httpclient_error, handle_rack_oauth2_error
Constructor Details
#initialize(message, body = '') ⇒ BadRequest
Returns a new instance of BadRequest.
93 94 95 |
# File 'lib/gs_graph/exception.rb', line 93 def initialize(, body = '') super 400, , body end |