Exception: Adhearsion::CLI::AhnCommand::CommandHandler::UnknownCommand

Inherits:
CLIException
  • Object
show all
Defined in:
lib/adhearsion/cli.rb

Instance Method Summary collapse

Constructor Details

#initialize(cmd) ⇒ UnknownCommand

Returns a new instance of UnknownCommand.



275
276
277
# File 'lib/adhearsion/cli.rb', line 275

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