On this page
class Bundler::Worker::WrappedException
Attributes
exception[R]
Public Class Methods
# File lib/bundler/worker.rb, line 11
def initialize(exn)
@exception = exn
end
Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.