class Github::Error::ClientError
def generate_message(attributes)
def generate_message(attributes) "\nProblem:\n #{attributes[:problem]}"+ "\nSummary:\n #{attributes[:summary]}"+ "\nResolution:\n #{attributes[:resolution]}" end
def initialize(message)
def initialize(message) super(message) end