class Github::Error::NotAcceptable

Public Class Methods

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