Exception: RHC::DeploymentsNotSupportedException

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 = "The server does not support deployments") ⇒ DeploymentsNotSupportedException

Returns a new instance of DeploymentsNotSupportedException.



148
149
150
# File 'lib/rhc/exceptions.rb', line 148

def initialize(message="The server does not support deployments")
  super message, 132
end