RHC::Exception
Makes sense to use its own exit code since this is different from a resource error
# File lib/rhc/exceptions.rb, line 43 def initialize(message="Git returned an error") super message, 216 end