class RHC::ConfirmationError
Public Class Methods
new(message="This action requires the --confirm option (or entering 'yes' at a prompt) to run.", code=1)
click to toggle source
Calls superclass method
RHC::Exception.new
# 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