Exception: PgBundle::GitCommandError

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

Instance Method Summary collapse

Constructor Details

#initializeGitCommandError

Returns a new instance of GitCommandError.



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

def initialize
  super 'Failed to load git repository'
end