Exception: FbGraph::NotFound

Inherits:
Exception
  • Object
show all
Defined in:
lib/fb_graph/exception.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.



29
30
31
# File 'lib/fb_graph/exception.rb', line 29

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