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 'pbox setup' or 'pbox create-domain'.") ⇒ NoDomainsForUser

Returns a new instance of NoDomainsForUser.



228
229
230
# File 'lib/rhc/exceptions.rb', line 228

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