Exception: RHC::GitException

Inherits:
Exception show all
Defined in:
lib/rhc/exceptions.rb

Direct Known Subclasses

GitDirectoryExists, GitPermissionDenied

Instance Attribute Summary

Attributes inherited from Exception

#code

Instance Method Summary collapse

Constructor Details

#initialize(message = "Git returned an error") ⇒ GitException

Returns a new instance of GitException.



65
66
67
# File 'lib/rhc/exceptions.rb', line 65

def initialize(message="Git returned an error")
  super message, 216
end