class RHC::AppCloneNotSupportedException
Public Class Methods
new(message="The server does not support cloning apps")
click to toggle source
Calls superclass method
RHC::Exception.new
# File lib/rhc/exceptions.rb, line 196 def initialize(message="The server does not support cloning apps") super message, 134 end