Sha256: 5e54e33000c22ac381e7865cc5aaa44090465e91fdd10d5d5738ca6de0a675d5
Contents?: true
Size: 293 Bytes
Versions: 35
Compression:
Stored size: 293 Bytes
Contents
# frozen_string_literal: true module GitHubPages module HealthCheck module Errors class InvalidRepositoryError < GitHubPages::HealthCheck::Error LOCAL_ONLY = true def message "Repository is not a valid repository" end end end end end
Version data entries
35 entries across 35 versions & 1 rubygems