Exception: ContentGateway::ServerError
- Defined in:
- lib/content_gateway/exceptions.rb
Instance Attribute Summary
Attributes inherited from BaseError
#info, #resource_url, #status_code, #wrapped_exception
Instance Method Summary collapse
-
#initialize(resource_url, wrapped_exception = nil, status_code = nil) ⇒ ServerError
constructor
A new instance of ServerError.
Constructor Details
#initialize(resource_url, wrapped_exception = nil, status_code = nil) ⇒ ServerError
Returns a new instance of ServerError.
67 68 69 |
# File 'lib/content_gateway/exceptions.rb', line 67 def initialize(resource_url, wrapped_exception = nil, status_code = nil) super(resource_url, wrapped_exception, status_code, "SERVER ERROR") end |