Class: Gitloc::RepoDoesNotExistError
Instance Method Summary collapse
-
#initialize(repo_name) ⇒ RepoDoesNotExistError
constructor
A new instance of RepoDoesNotExistError.
Constructor Details
#initialize(repo_name) ⇒ RepoDoesNotExistError
Returns a new instance of RepoDoesNotExistError.
5 6 7 |
# File 'lib/gitloc/errors.rb', line 5 def initialize(repo_name) super "#{repo_name} does not exist" end |