Exception: Bundler::Worker::WrappedException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/bundler/worker.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#exceptionObject (readonly)

Returns the value of attribute exception.



8
9
10
# File 'lib/bundler/worker.rb', line 8

def exception
  @exception
end