pychroot.exceptions module

Various chroot-related exception classes

exception pychroot.exceptions.ChrootError(msg, errno=None)[source]

Bases: Exception

Exception raised when there is an error setting up a chroot.

exception pychroot.exceptions.ChrootMountError(msg, errno=None)[source]

Bases: pychroot.exceptions.ChrootError

Exception raised when there is an error setting up chroot bind mounts.