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