Exception: RHC::UnsupportedError

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 = "This operation is not supported by the server.") ⇒ UnsupportedError

Returns a new instance of UnsupportedError.



199
200
201
# File 'lib/rhc/exceptions.rb', line 199

def initialize(message="This operation is not supported by the server.")
  super message, 1
end