dissect.ffs.exceptions

Module Contents

exception dissect.ffs.exceptions.Error

Bases: Exception

Common base class for all non-exit exceptions.

exception dissect.ffs.exceptions.NotADirectoryError

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.ffs.exceptions.FileNotFoundError

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.ffs.exceptions.NotASymlinkError

Bases: Error

Common base class for all non-exit exceptions.