RHC::UnsupportedError
# File lib/rhc/exceptions.rb, line 275 def initialize(min_version, current_version) super "The server does not support this command (requires #{min_version}, found #{current_version})." end