In Files

  • bundler/worker.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

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