Exception: Adhearsion::CLI::AhnCommand::CommandHandler::UnknownCommand
- Inherits:
-
CLIException
- Object
- Exception
- CLIException
- Adhearsion::CLI::AhnCommand::CommandHandler::UnknownCommand
- Defined in:
- lib/adhearsion/cli.rb
Instance Method Summary collapse
-
#initialize(cmd) ⇒ UnknownCommand
constructor
A new instance of UnknownCommand.
Constructor Details
#initialize(cmd) ⇒ UnknownCommand
Returns a new instance of UnknownCommand.
202 203 204 |
# File 'lib/adhearsion/cli.rb', line 202 def initialize(cmd) super "Unknown command: #{cmd}" end |