Class: Adhearsion::CLI::UnknownCommand

Inherits:
Thor::Error
  • Object
show all
Defined in:
lib/adhearsion/cli_commands/thor_errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(cmd) ⇒ UnknownCommand

Returns a new instance of UnknownCommand.



6
7
8
# File 'lib/adhearsion/cli_commands/thor_errors.rb', line 6

def initialize(cmd)
  super "Unknown command: #{cmd}"
end