W3cubDocs

/Ruby 2.7

class Bundler::Worker::WrappedException

Parent:
StandardError

Attributes

exception[R]

Public Class Methods

new(exn) Show source
# File lib/bundler/worker.rb, line 9
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.