Exception: Avm::Launcher::Git::Error

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

Instance Method Summary collapse

Constructor Details

#initialize(git_instance, message) ⇒ Error

Returns a new instance of Error.



7
8
9
# File 'lib/avm/launcher/git/error.rb', line 7

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