# File lib/heroku/helpers.rb, line 33
    def error(msg)
      STDERR.puts(msg)
      exit 1
    end