class Github::Error::BadRequest

Raised when Github returns the HTTP status code 400

Public Class Methods

new(response) click to toggle source
Calls superclass method
# File lib/github_api/error/bad_request.rb, line 8
def initialize(response)
  super(response)
end