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