Exception: Adhearsion::CLI::AhnCommand::CommandHandler::PathInvalid

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

Instance Method Summary collapse

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