Exception: Ace::Review::Errors::BundleProcessingError
- Defined in:
- lib/ace/review/errors.rb
Overview
Raised when ace-bundle fails to process bundle
Instance Attribute Summary collapse
-
#details ⇒ Object
readonly
Returns the value of attribute details.
Instance Method Summary collapse
-
#initialize(message, details = nil) ⇒ BundleProcessingError
constructor
A new instance of BundleProcessingError.
Constructor Details
#initialize(message, details = nil) ⇒ BundleProcessingError
Returns a new instance of BundleProcessingError.
29 30 31 32 |
# File 'lib/ace/review/errors.rb', line 29 def initialize(, details = nil) @details = details super() end |
Instance Attribute Details
#details ⇒ Object (readonly)
Returns the value of attribute details.
27 28 29 |
# File 'lib/ace/review/errors.rb', line 27 def details @details end |