class RHC::GitException

Public Class Methods

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