Exception: Circlemator::GithubRepo::WrongRepo

Inherits:
StandardError
  • Object
show all
Defined in:
lib/circlemator/github_repo.rb

Instance Method Summary collapse

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