class Bundler::Worker::WrappedException
Attributes
          exception[R]
        
        Public Class Methods
          new(exn)
          
          click to toggle source
          
        
        
        # File lib/bundler/worker.rb, line 11 def initialize(exn) @exception = exn end