class Bundler::Worker::WrappedException

Attributes

exception[R]

Public Class Methods

new(exn) click to toggle source
# File bundler/worker.rb, line 9
def initialize(exn)
  @exception = exn
end