dissect.jffs.exceptions

Module Contents

exception dissect.jffs.exceptions.Error

Bases: Exception

Common base class for all non-exit exceptions.

exception dissect.jffs.exceptions.NotADirectoryError

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.jffs.exceptions.FileNotFoundError

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.jffs.exceptions.NotASymlinkError

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.jffs.exceptions.NotAFileError

Bases: Error

Common base class for all non-exit exceptions.