Exception: Circlemator::GithubRepo::InvalidPath

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

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ InvalidPath

Returns a new instance of InvalidPath.



9
10
11
# File 'lib/circlemator/github_repo.rb', line 9

def initialize(path)
  super "Path #{path} is not valid for repo"
end