Exception: Bundler::Worker::WrappedException
- Inherits:
-
StandardError
- Object
- StandardError
- Bundler::Worker::WrappedException
- Defined in:
- lib/bundler/worker.rb
Instance Attribute Summary collapse
-
#exception ⇒ Object
readonly
Returns the value of attribute exception.
Instance Method Summary collapse
-
#initialize(exn) ⇒ WrappedException
constructor
A new instance of WrappedException.
Constructor Details
#initialize(exn) ⇒ WrappedException
Returns a new instance of WrappedException.
9 10 11 |
# File 'lib/bundler/worker.rb', line 9 def initialize(exn) @exception = exn end |
Instance Attribute Details
#exception ⇒ Object (readonly)
Returns the value of attribute exception.
8 9 10 |
# File 'lib/bundler/worker.rb', line 8 def exception @exception end |