module Sprockets::EngineError

Attributes

sprockets_annotation[RW]

Public Instance Methods

message() click to toggle source
Calls superclass method
# File lib/sprockets/errors.rb, line 16
def message
  [super, sprockets_annotation].compact.join("\n")
end