Exception: GSGraph::Unauthorized
- Defined in:
- lib/gs_graph/exception.rb
Direct Known Subclasses
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
-
#initialize(message, body = '') ⇒ Unauthorized
constructor
A new instance of Unauthorized.
Methods inherited from Exception
handle_httpclient_error, handle_rack_oauth2_error
Constructor Details
#initialize(message, body = '') ⇒ Unauthorized
Returns a new instance of Unauthorized.
99 100 101 |
# File 'lib/gs_graph/exception.rb', line 99 def initialize(, body = '') super 401, , body end |