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
,FileNotFoundError
Common base class for all non-exit exceptions.
- exception dissect.extfs.exceptions.IsADirectoryError¶
Bases:
Error
,IsADirectoryError
Common base class for all non-exit exceptions.
- exception dissect.extfs.exceptions.NotADirectoryError¶
Bases:
Error
,NotADirectoryError
Common base class for all non-exit exceptions.