Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Exceptions specific to the default trash backend.
Synopsis
- newtype TrashDirFilesNotFoundE = MkTrashDirFilesNotFoundE (PathI TrashHome)
- newtype TrashDirInfoNotFoundE = MkTrashDirInfoNotFoundE (PathI TrashHome)
Documentation
newtype TrashDirFilesNotFoundE Source #
Trash path dir not found error.
Instances
Exception TrashDirFilesNotFoundE Source # | |
Show TrashDirFilesNotFoundE Source # | |
Defined in Charon.Backend.Default.Exception showsPrec :: Int -> TrashDirFilesNotFoundE -> ShowS # show :: TrashDirFilesNotFoundE -> String # showList :: [TrashDirFilesNotFoundE] -> ShowS # |
newtype TrashDirInfoNotFoundE Source #
Trash info dir not found error.
Instances
Exception TrashDirInfoNotFoundE Source # | |
Show TrashDirInfoNotFoundE Source # | |
Defined in Charon.Backend.Default.Exception showsPrec :: Int -> TrashDirInfoNotFoundE -> ShowS # show :: TrashDirInfoNotFoundE -> String # showList :: [TrashDirInfoNotFoundE] -> ShowS # |