Method: RHC::UnsupportedError#initialize
- Defined in:
- lib/rhc/exceptions.rb
#initialize(message = "This operation is not supported by the server.") ⇒ UnsupportedError
Returns a new instance of UnsupportedError.
205 206 207 |
# File 'lib/rhc/exceptions.rb', line 205 def initialize(="This operation is not supported by the server.") super , 1 end |