Exception: FbGraph::Unauthorized
- Inherits:
-
Exception
- Object
- StandardError
- Exception
- FbGraph::Unauthorized
- Defined in:
- lib/fb_graph/exception.rb
Direct Known Subclasses
Constant Summary
Constant Summary
Constants inherited from Exception
Exception::ERROR_EXCEPTION_MATCHERS, Exception::ERROR_HEADER_MATCHERS
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary (collapse)
-
- (Unauthorized) initialize(message, body = '')
constructor
A new instance of Unauthorized.
Methods inherited from Exception
handle_httpclient_error, handle_rack_oauth2_error
Constructor Details
- (Unauthorized) initialize(message, body = '')
A new instance of Unauthorized
100 101 102 |
# File 'lib/fb_graph/exception.rb', line 100 def initialize(, body = '') super 401, , body end |