Exception: GitHubPages::HealthCheck::Errors::DeprecatedIPError
- Inherits:
-
GitHubPages::HealthCheck::Error
- Object
- StandardError
- GitHubPages::HealthCheck::Error
- GitHubPages::HealthCheck::Errors::DeprecatedIPError
- Defined in:
- lib/github-pages-health-check/errors/deprecated_ip_error.rb
Constant Summary collapse
- DOCUMENTATION_PATH =
"/articles/setting-up-a-custom-domain-with-github-pages/"
Constants inherited from GitHubPages::HealthCheck::Error
GitHubPages::HealthCheck::Error::DOCUMENTATION_BASE, GitHubPages::HealthCheck::Error::LOCAL_ONLY
Instance Attribute Summary
Attributes inherited from GitHubPages::HealthCheck::Error
Instance Method Summary collapse
Methods inherited from GitHubPages::HealthCheck::Error
inherited, #initialize, #message_with_url, subclasses, #to_s
Constructor Details
This class inherits a constructor from GitHubPages::HealthCheck::Error
Instance Method Details
#message ⇒ Object
9 10 11 12 13 14 |
# File 'lib/github-pages-health-check/errors/deprecated_ip_error.rb', line 9 def <<-MSG The custom domain for your GitHub Pages site is pointed at an outdated IP address. You must update your site's DNS records if you'd like it to be available via your custom domain. MSG end |