Exception: GSGraph::InternalServerError
- Defined in:
- lib/gs_graph/exception.rb
Direct Known Subclasses
AdgroupFetchFailure, CreativeNotSaved, OpenProcessFailure, QueryConnection, QueryDuplicateKey, QueryError, QueryLockTimeout, TargetingSpecNotSaved, TransactionCommitFailure
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 = '') ⇒ InternalServerError
constructor
A new instance of InternalServerError.
Methods inherited from Exception
handle_httpclient_error, handle_rack_oauth2_error
Constructor Details
#initialize(message, body = '') ⇒ InternalServerError
Returns a new instance of InternalServerError.
111 112 113 |
# File 'lib/gs_graph/exception.rb', line 111 def initialize(, body = '') super 500, , body end |