Exception: PgBundle::GitCommandError

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

Instance Method Summary collapse

Constructor Details

#initialize(dest) ⇒ GitCommandError

Returns a new instance of GitCommandError.



55
56
57
# File 'lib/pgbundle.rb', line 55

def initialize(dest)
  super "Failed to load git repository cmd: '#{dest}'"
end