Method: ContentGateway::ConnectionFailure#initialize

Defined in:
lib/content_gateway/exceptions.rb

#initialize(resource_url, wrapped_exception = nil) ⇒ ConnectionFailure

Returns a new instance of ConnectionFailure.



73
74
75
# File 'lib/content_gateway/exceptions.rb', line 73

def initialize(resource_url, wrapped_exception = nil)
  super(resource_url, wrapped_exception, 500)
end