Exception: PgBundle::GitCommandError
- Inherits:
-
InstallError
- Object
- StandardError
- InstallError
- PgBundle::GitCommandError
- Defined in:
- lib/pgbundle.rb
Instance Method Summary collapse
-
#initialize(dest) ⇒ GitCommandError
constructor
A new instance of GitCommandError.
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 |