# File lib/backup/errors.rb, line 62
      def self.wrap(orig_err, msg = nil)
        new(msg, orig_err)
      end