Exception: Circlemator::GithubRepo::WrongRepo
- Inherits:
-
StandardError
- Object
- StandardError
- Circlemator::GithubRepo::WrongRepo
- Defined in:
- lib/circlemator/github_repo.rb
Instance Method Summary collapse
-
#initialize(url, repo) ⇒ WrongRepo
constructor
A new instance of WrongRepo.
Constructor Details
#initialize(url, repo) ⇒ WrongRepo
Returns a new instance of WrongRepo.
15 16 17 |
# File 'lib/circlemator/github_repo.rb', line 15 def initialize(url, repo) super "URL #{url} does not belong to repo #{repo}" end |