class RHC::NoDomainsForUser

Public Class Methods

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