Exception: FbGraph2::Exception::NotFound
- Inherits:
-
FbGraph2::Exception
- Object
- StandardError
- FbGraph2::Exception
- FbGraph2::Exception::NotFound
- Defined in:
- lib/fb_graph2/exception.rb
Constant Summary
Constants inherited from FbGraph2::Exception
Instance Attribute Summary
Attributes inherited from FbGraph2::Exception
Instance Method Summary collapse
-
#initialize(message, details = {}) ⇒ NotFound
constructor
A new instance of NotFound.
Methods inherited from FbGraph2::Exception
detect, detect_from_header, detect_from_status
Constructor Details
#initialize(message, details = {}) ⇒ NotFound
61 62 63 |
# File 'lib/fb_graph2/exception.rb', line 61 def initialize(, details = {}) super 404, , details end |