Method: ContentGateway::Forbidden#initialize

Defined in:
lib/content_gateway/exceptions.rb

#initialize(resource_url, wrapped_exception = nil) ⇒ Forbidden

Returns a new instance of Forbidden.



28
29
30
# File 'lib/content_gateway/exceptions.rb', line 28

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