Exception: Avm::Launcher::Git::Error
- Defined in:
- lib/avm/launcher/git/error.rb
Instance Method Summary collapse
-
#initialize(git_instance, message) ⇒ Error
constructor
A new instance of Error.
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, ) super("#{} (Repository: #{git_instance})") end |