class NewRelic::Cli::Command::CommandFailure
Capture a failure to execute the command.
Attributes
options[R]
Public Class Methods
new(message, opt_parser=nil)
click to toggle source
Calls superclass method
# File lib/new_relic/cli/command.rb, line 17 def initialize message, opt_parser=nil super message @options = opt_parser end