Home
last modified time | relevance | path

Searched refs:CookiecutterException (Results 1 – 1 of 1) sorted by relevance

/dports/devel/py-cookiecutter/cookiecutter-1.7.3/cookiecutter/
H A Dexceptions.py6 class CookiecutterException(Exception): class
34 class MissingProjectDir(CookiecutterException):
54 class InvalidConfiguration(CookiecutterException):
63 class UnknownRepoType(CookiecutterException):
71 class VCSNotInstalled(CookiecutterException):
95 class InvalidModeException(CookiecutterException):
104 class FailedHookException(CookiecutterException):
135 class UnknownExtension(CookiecutterException):
143 class RepositoryNotFound(CookiecutterException):
151 class RepositoryCloneFailed(CookiecutterException):
[all …]