Exception: FbGraph::Unauthorized

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 = '') ⇒ Unauthorized

Returns a new instance of Unauthorized.



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

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