# File lib/r10k/util/subprocess/subprocess_error.rb, line 13
  def initialize(mesg, options = {})
    super
    setopts(options, {:result => true})
  end