Exception: Bundler::Worker::WrappedException
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
          StandardError
         | |
| Instance Chain: 
          self,
          StandardError
         | |
| Inherits: | StandardError 
 | 
| Defined in: | lib/bundler/worker.rb | 
Class Method Summary
- .new(exn) ⇒ WrappedException constructor
Instance Attribute Summary
- #exception readonly
Constructor Details
    .new(exn)  ⇒ WrappedException 
  
# File 'lib/bundler/worker.rb', line 9
def initialize(exn) @exception = exn end
Instance Attribute Details
#exception (readonly)
[ GitHub ]# File 'lib/bundler/worker.rb', line 8
attr_reader :exception