| Class | R10K::Error |
| In: |
lib/r10k/errors.rb
|
| Parent: | StandardError |
| original | [RW] |
@overload initialize(mesg)
@param mesg [String] The exception mesg
@overload initialize(mesg, options)
@param mesg [String] The exception mesg @param options [Hash] A set of options to store on the exception
@options options [Array<String>] :backtrace
Generate a wrapped exception
@param original [Exception] The exception to wrap @param mesg [String] @param options [Hash]
@return [R10K::Error]