Exception: FbGraph::Unauthorized
- Defined in:
- lib/fb_graph/exception.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.
23 24 25 |
# File 'lib/fb_graph/exception.rb', line 23 def initialize(, body = '') super 401, , body end |