Exception: RHC::AppCloneNotSupportedException

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 cloning apps") ⇒ AppCloneNotSupportedException

Returns a new instance of AppCloneNotSupportedException.



160
161
162
# File 'lib/rhc/exceptions.rb', line 160

def initialize(message="The server does not support cloning apps")
  super message, 134
end