class GitHubPages::HealthCheck::Errors::NotServedByPagesError

Constants

DOCUMENTATION_PATH

Public Instance Methods

message() click to toggle source
# File lib/github-pages-health-check/errors/not_served_by_pages_error.rb, line 9
def message
  "Domain does not resolve to the GitHub Pages server"
end