class Circlemator::PrFinder::BadResponseError
Public Class Methods
new(response)
click to toggle source
Calls superclass method
# File lib/circlemator/pr_finder.rb, line 7 def initialize(response) super "Bad response from github: #{response.inspect}" end