Exception: GSGraph::NotFound
- Defined in:
- lib/gs_graph/exception.rb
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 = '') ⇒ NotFound
constructor
A new instance of NotFound.
Methods inherited from Exception
handle_httpclient_error, handle_rack_oauth2_error
Constructor Details
#initialize(message, body = '') ⇒ NotFound
Returns a new instance of NotFound.
105 106 107 |
# File 'lib/gs_graph/exception.rb', line 105 def initialize(, body = '') super 404, , body end |