Exception: FbGraph::NotFound

Inherits:
Exception
  • Object
show all
Defined in:
lib/fb_graph.rb

Instance Attribute Summary

Attributes inherited from Exception

#code, #message, #type

Instance Method Summary collapse

Constructor Details

#initialize(message, body = '') ⇒ NotFound

Returns a new instance of NotFound.



34
35
36
# File 'lib/fb_graph.rb', line 34

def initialize(message, body = '')
  super 404, message, body
end