dissect.jffs.exceptions
¶
Module Contents¶
- exception dissect.jffs.exceptions.Error¶
Bases:
Exception
Common base class for all non-exit exceptions.
- exception dissect.jffs.exceptions.FileNotFoundError¶
Bases:
Error
,FileNotFoundError
Common base class for all non-exit exceptions.
- exception dissect.jffs.exceptions.IsADirectoryError¶
Bases:
Error
,IsADirectoryError
Common base class for all non-exit exceptions.
- exception dissect.jffs.exceptions.NotADirectoryError¶
Bases:
Error
,NotADirectoryError
Common base class for all non-exit exceptions.