Exception: FbGraph::NotFound
- Defined in:
- lib/fb_graph.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(message, body = '') ⇒ NotFound
constructor
A new instance of NotFound.
Constructor Details
#initialize(message, body = '') ⇒ NotFound
Returns a new instance of NotFound.
41 42 43 |
# File 'lib/fb_graph.rb', line 41 def initialize(, body = '') super 404, , body end |