Class: Gitloc::RepoDoesNotExistError

Inherits:
Error
  • Object
show all
Defined in:
lib/gitloc/errors.rb

Instance Method Summary collapse

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