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.



272
273
274
# File 'lib/adhearsion/cli.rb', line 272

def initialize(path)
  super "Directory #{path} does not belong to an Adhearsion project!"
end