| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Exceptions
Synopsis
Application exception
The monad in which application exceptions are thrown
type AppExceptionMonad = Either AppException #
type AppExceptionMonadT = ExceptT AppException #
Application exceptions
data AppException #
Constructors
| UndeterminedAppDirectory | |
| InvalidConfiguration (Path Abs File) | |
| FileDoesNotExist (Path Abs File) |
Instances
| Show AppException # | |
Defined in Exceptions Methods showsPrec :: Int -> AppException -> ShowS # show :: AppException -> String # showList :: [AppException] -> ShowS # | |