class Github::Error::BadRequest

Raised when Github returns the HTTP status code 400

def initialize(env)

def initialize(env)
  super(env)
end