dissect.squashfs.exceptions

Module Contents

exception dissect.squashfs.exceptions.Error

Bases: Exception

Common base class for all non-exit exceptions.

exception dissect.squashfs.exceptions.NotADirectoryError

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.squashfs.exceptions.NotAFileError

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.squashfs.exceptions.NotASymlinkError

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.squashfs.exceptions.FileNotFoundError

Bases: Error

Common base class for all non-exit exceptions.