class Github::Error::UnprocessableEntity

Public Class Methods

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