pkgcore.exceptions module¶
Base pkgcore exceptions.
- exception pkgcore.exceptions.PermissionDenied(path, message=None, write=False)[source]¶
Bases:
PermissionError
,PkgcoreUserException
- exception pkgcore.exceptions.PkgcoreUserException(msg, verbosity=None)[source]¶
Bases:
PkgcoreException
,UserException
Generic pkgcore exception with a sane string for non-debug, user-facing output.