class RHC::GitException

Makes sense to use its own exit code since this is different from a resource error

Public Class Methods

new(message="Git returned an error") click to toggle source
# File lib/rhc/exceptions.rb, line 43
def initialize(message="Git returned an error")
  super message, 216
end