class Sprockets::Rails::Helper::AbsoluteAssetPathError

def initialize(bad_path, good_path, prefix)

def initialize(bad_path, good_path, prefix)
  msg = "Asset names passed to helpers should not include the #{prefix.inspect} prefix. " <<
        "Instead of #{bad_path.inspect}, use #{good_path.inspect}"
  super(msg)
end