Method: ContentGateway::ConflictError#initialize

Defined in:
lib/content_gateway/exceptions.rb

#initialize(resource_url, wrapped_exception = nil) ⇒ ConflictError

Returns a new instance of ConflictError.



48
49
50
# File 'lib/content_gateway/exceptions.rb', line 48

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