Method: ContentGateway::ServerError#initialize

Defined in:
lib/content_gateway/exceptions.rb

#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