Exception: Adhearsion::CLI::AhnCommand::CommandHandler::UnknownProject
- Inherits:
-
CLIException
- Object
- StandardError
- CLIException
- Adhearsion::CLI::AhnCommand::CommandHandler::UnknownProject
- Defined in:
- lib/adhearsion/cli.rb
Instance Method Summary collapse
-
#initialize(project) ⇒ UnknownProject
constructor
A new instance of UnknownProject.
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 |