class Github::Error::BadRequest
Raised when Github returns the HTTP status code 400
def initialize(response)
def initialize(response) super(response) end
Raised when Github returns the HTTP status code 400
def initialize(response) super(response) end