Exception: EacLauncher::Git::Error

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

Instance Method Summary collapse

Constructor Details

#initialize(git_instance, message) ⇒ Error

Returns a new instance of Error.



6
7
8
# File 'lib/eac_launcher/git/error.rb', line 6

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