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