Methods

Class/Module Index [+]

Quicksearch

RHC::ServerAPINotSupportedException

Public Class Methods

new(min_version, current_version) click to toggle source
# File lib/rhc/exceptions.rb, line 215
def initialize(min_version, current_version)
  super "The server does not support this command (requires #{min_version}, found #{current_version})."
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.