RHC::Exception
# File lib/rhc/exceptions.rb, line 11 def initialize(message="This action requires the --confirm option (or entering 'yes' at a prompt) to run.", code=1) super(message, code) end