# File lib/openshift-origin-node/utils/shell_exec.rb, line 23
    def initialize(msg, rc=-1)
      super msg
      self.rc = rc 
    end