class GitHubPages::HealthCheck::Error
def initialize(repository: nil, domain: nil)
def initialize(repository: nil, domain: nil) super @repository = repository @domain = domain end
def initialize(repository: nil, domain: nil) super @repository = repository @domain = domain end