Exception: D13n::Cli::Command::CommandFailure

Inherits:
StandardError
  • Object
show all
Defined in:
lib/d13n/cli/command.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(message, opt_parser = nil) ⇒ CommandFailure

Returns a new instance of CommandFailure.



11
12
13
14
# File 'lib/d13n/cli/command.rb', line 11

def initialize message, opt_parser=nil
  super message
  @options = opt_parser
end

Instance Attribute Details

#optionsObject (readonly)

Returns the value of attribute options.



10
11
12
# File 'lib/d13n/cli/command.rb', line 10

def options
  @options
end