# File lib/rhc/exceptions.rb, line 312
    def initialize(message="In order to deploy applications, you must create a domain with 'rhc setup' or 'rhc create-domain'.")
      super message, 1
    end