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