Class: Avm::Git::Launcher::Error

Inherits:
Launcher::Errors::Base
  • Object
show all
Defined in:
lib/avm/git/launcher/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(git_instance, message) ⇒ Error

Returns a new instance of Error.



9
10
11
# File 'lib/avm/git/launcher/error.rb', line 9

def initialize(git_instance, message)
  super("#{message} (Repository: #{git_instance})")
end