class Camo::Errors::RedirectWithoutLocationError

Public Class Methods

new(message = "Redirect with no location") click to toggle source
Calls superclass method
# File lib/camo/errors.rb, line 14
def initialize(message = "Redirect with no location")
  super
end