Exception: PgBundle::GitCommandError

Inherits:
InstallError
  • Object
show all
Defined in:
lib/pgbundle.rb

Instance Method Summary collapse

Constructor Details

#initialize(dest, details = nil) ⇒ GitCommandError

Returns a new instance of GitCommandError.



63
64
65
# File 'lib/pgbundle.rb', line 63

def initialize(dest, details = nil)
  super "Failed to load git repository cmd: '#{dest}'\n failed: #{details}"
end