class Sprockets::Rails::Environment::NoDigestError

def initialize(asset)

def initialize(asset)
  msg = "Assets should not be requested directly without their digests: " <<
        "Use the helpers in ActionView::Helpers to request #{asset}"
  super(msg)
end