Exception: Bundler::DirectoryRemovalError
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
           BundlerError,
          StandardError | |
| Instance Chain: 
          self,
           BundlerError,
          StandardError | |
| Inherits: | Bundler::BundlerError 
 | 
| Defined in: | lib/bundler/errors.rb | 
Class Method Summary
BundlerError - Inherited
Constructor Details
    .new(orig_exception, msg)  ⇒ DirectoryRemovalError 
  
# File 'lib/bundler/errors.rb', line 226
def initialize(orig_exception, msg) = "#{msg}.\n" \ "The underlying error was #{orig_exception.class}: #{orig_exception.}, with backtrace:\n" \ " #{orig_exception.backtrace.join("\n ")}\n\n" \ "Bundler Error Backtrace:" super() end