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