Exception: Adhearsion::CLI::AhnCommand::CommandHandler::UnknownProject

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

Instance Method Summary collapse

Constructor Details

#initialize(project) ⇒ UnknownProject

Returns a new instance of UnknownProject.



266
267
268
# File 'lib/adhearsion/cli.rb', line 266

def initialize(project)
  super "Application #{project} does not exist! Have you installed it?"
end