Exception: Camo::Errors::RedirectWithoutLocationError

Inherits:
ClientError show all
Defined in:
lib/camo/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = "Redirect with no location") ⇒ RedirectWithoutLocationError

Returns a new instance of RedirectWithoutLocationError.



14
15
16
# File 'lib/camo/errors.rb', line 14

def initialize(message = "Redirect with no location")
  super
end