MCPcopy
hub / github.com/gitless-vcs/gitless / GlError

Class GlError

gitless/core.py:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41# Errors
42
43class GlError(Exception): pass
44
45class NotInRepoError(GlError): pass
46

Callers 15

init_repositoryFunction · 0.85
merge_baseMethod · 0.85
saveMethod · 0.85
create_branchMethod · 0.85
create_tagMethod · 0.85
deleteMethod · 0.85
deleteMethod · 0.85
track_fileMethod · 0.85
untrack_fileMethod · 0.85
mergeMethod · 0.85
merge_continueMethod · 0.85
abort_mergeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected