Exception: Adhearsion::CLI::AhnCommand::CommandHandler::PathInvalid
- Inherits:
-
CLIException
- Object
- StandardError
- CLIException
- Adhearsion::CLI::AhnCommand::CommandHandler::PathInvalid
- Defined in:
- lib/adhearsion/cli.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ PathInvalid
constructor
A new instance of PathInvalid.
Constructor Details
#initialize(path) ⇒ PathInvalid
Returns a new instance of PathInvalid.
289 290 291 |
# File 'lib/adhearsion/cli.rb', line 289 def initialize(path) super "Directory #{path} does not belong to an Adhearsion project!" end |