Module: Sprockets::EngineError

Defined in:
lib/sprockets/errors.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#sprockets_annotationObject

Returns the value of attribute sprockets_annotation.



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

def sprockets_annotation
  @sprockets_annotation
end

Instance Method Details

#messageObject



16
17
18
# File 'lib/sprockets/errors.rb', line 16

def message
  [super, sprockets_annotation].compact.join("\n")
end