Exception: RHC::DeploymentsNotSupportedException
- Defined in:
- lib/rhc/exceptions.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(message = "The server does not support deployments") ⇒ DeploymentsNotSupportedException
constructor
A new instance of DeploymentsNotSupportedException.
Constructor Details
#initialize(message = "The server does not support deployments") ⇒ DeploymentsNotSupportedException
Returns a new instance of DeploymentsNotSupportedException.
130 131 132 |
# File 'lib/rhc/exceptions.rb', line 130 def initialize(="The server does not support deployments") super , 132 end |