Exception: RHC::NoDomainsForUser

Inherits:
Exception show all
Defined in:
lib/rhc/exceptions.rb

Instance Attribute Summary

Attributes inherited from Exception

#code

Instance Method Summary collapse

Constructor Details

#initialize(message = "In order to deploy applications, you must create a domain with 'rhc setup' or 'rhc create-domain'.") ⇒ NoDomainsForUser

Returns a new instance of NoDomainsForUser.



276
277
278
# File 'lib/rhc/exceptions.rb', line 276

def initialize(message="In order to deploy applications, you must create a domain with 'rhc setup' or 'rhc create-domain'.")
  super message, 1
end