Method: R10K::Util::Subprocess::SubprocessError#initialize
- Defined in:
- lib/r10k/util/subprocess/subprocess_error.rb
#initialize(mesg, options = {}) ⇒ SubprocessError
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of SubprocessError.
13 14 15 16 |
# File 'lib/r10k/util/subprocess/subprocess_error.rb', line 13 def initialize(mesg, = {}) super setopts(, {:result => true}) end |