dissect.cramfs.exception

Module Contents

exception dissect.cramfs.exception.Error

Bases: Exception

Common base class for all non-exit exceptions.

exception dissect.cramfs.exception.FileNotFoundError

Bases: Error, FileNotFoundError

Common base class for all non-exit exceptions.

exception dissect.cramfs.exception.IsADirectoryError

Bases: Error, IsADirectoryError

Common base class for all non-exit exceptions.

exception dissect.cramfs.exception.NotADirectoryError

Bases: Error, NotADirectoryError

Common base class for all non-exit exceptions.

exception dissect.cramfs.exception.NotAFileError

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.cramfs.exception.NotASymlinkError

Bases: Error

Common base class for all non-exit exceptions.