Method: ContentGateway::ResourceNotFound#initialize

Defined in:
lib/content_gateway/exceptions.rb

#initialize(resource_url, wrapped_exception = nil) ⇒ ResourceNotFound

Returns a new instance of ResourceNotFound.



34
35
36
# File 'lib/content_gateway/exceptions.rb', line 34

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