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.



283
284
285
# File 'lib/adhearsion/cli.rb', line 283

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