pychroot.exceptions module¶
Various chroot-related exception classes
-
exception
pychroot.exceptions.ChrootError(msg, errno=None)[source]¶ Bases:
ExceptionException raised when there is an error setting up a chroot.
-
exception
pychroot.exceptions.ChrootMountError(msg, errno=None)[source]¶ Bases:
pychroot.exceptions.ChrootErrorException raised when there is an error setting up chroot bind mounts.