Exception: RHC::NoDomainsForUser
- Defined in:
- lib/rhc/exceptions.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(message = "In order to deploy applications, you must create a domain with 'pbox setup' or 'pbox create-domain'.") ⇒ NoDomainsForUser
constructor
A new instance of NoDomainsForUser.
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(="In order to deploy applications, you must create a domain with 'pbox setup' or 'pbox create-domain'.") super , 1 end |