Exception: Locomotive::Steam::YUICompressorRuntimeError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Locomotive::Steam::YUICompressorRuntimeError
- Defined in:
- lib/locomotive/steam/initializers/sprockets.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
Instance Method Summary collapse
-
#initialize(msg, errors) ⇒ YUICompressorRuntimeError
constructor
:nocov:.
Constructor Details
#initialize(msg, errors) ⇒ YUICompressorRuntimeError
:nocov:
15 16 17 18 |
# File 'lib/locomotive/steam/initializers/sprockets.rb', line 15 def initialize(msg, errors) super(msg) @errors = errors end |
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors.
13 14 15 |
# File 'lib/locomotive/steam/initializers/sprockets.rb', line 13 def errors @errors end |