Exception: CommandLine::CommandMissing

Inherits:
Error
  • Object
show all
Defined in:
lib/command_line/exceptions.rb

Overview

Missing a required command

Instance Method Summary collapse

Constructor Details

#initialize(msg = "A command is missing") ⇒ CommandMissing

Returns a new instance of CommandMissing.



24
25
26
# File 'lib/command_line/exceptions.rb', line 24

def initialize(msg = "A command is missing")
  super(msg)
end