class Gitloc::RepoDoesNotExistError
Public Class Methods
new(repo_name)
click to toggle source
Calls superclass method
# File lib/gitloc/errors.rb, line 5 def initialize(repo_name) super "#{repo_name} does not exist" end