Exception: Avm::Launcher::Errors::NonProject

Inherits:
Base
  • Object
show all
Defined in:
lib/avm/launcher/errors/non_project.rb

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ NonProject

Returns a new instance of NonProject.



9
10
11
# File 'lib/avm/launcher/errors/non_project.rb', line 9

def initialize(path)
  super("#{path} is not a project")
end