class GitHubPages::HealthCheck::Errors::InvalidRepositoryError

Constants

LOCAL_ONLY

Public Instance Methods

message() click to toggle source
# File lib/github-pages-health-check/errors/invalid_repository_error.rb, line 8
def message
  "Repository is not a valid repository"
end