class PgBundle::GitCommandError
Public Class Methods
new(dest, details = nil)
click to toggle source
Calls superclass method
# File lib/pgbundle.rb, line 63 def initialize(dest, details = nil) super "Failed to load git repository cmd: '#{dest}'\n failed: #{details}" end