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