dissect.extfs.exceptions#

Module Contents#

exception dissect.extfs.exceptions.Error#

Bases: Exception

Common base class for all non-exit exceptions.

exception dissect.extfs.exceptions.FileNotFoundError#

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.extfs.exceptions.NotADirectoryError#

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.extfs.exceptions.NotASymlinkError#

Bases: Error

Common base class for all non-exit exceptions.