123456789_123456789_123456789_123456789_123456789_

Exception: Bundler::Worker::WrappedException

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, StandardError
Instance Chain:
self, StandardError
Inherits: StandardError
  • Object
Defined in: lib/bundler/worker.rb

Class Method Summary

Instance Attribute Summary

Constructor Details

.new(exn) ⇒ WrappedException

[ GitHub ]

  
# File 'lib/bundler/worker.rb', line 9

def initialize(exn)
  @exception = exn
end

Instance Attribute Details

#exception (readonly)

[ GitHub ]

  
# File 'lib/bundler/worker.rb', line 8

attr_reader :exception