Exception: GitHubPages::HealthCheck::Errors::InvalidRepositoryError

Inherits:
GitHubPages::HealthCheck::Error show all
Defined in:
lib/github-pages-health-check/errors/invalid_repository_error.rb

Constant Summary collapse

LOCAL_ONLY =
true

Constants inherited from GitHubPages::HealthCheck::Error

GitHubPages::HealthCheck::Error::DOCUMENTATION_BASE, GitHubPages::HealthCheck::Error::DOCUMENTATION_PATH

Instance Attribute Summary

Attributes inherited from GitHubPages::HealthCheck::Error

#domain, #repository

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

#messageObject



8
9
10
# File 'lib/github-pages-health-check/errors/invalid_repository_error.rb', line 8

def message
  "Repository is not a valid repository"
end