| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Util.Exception
Documentation
data TextException Source #
Constructors
| TextException Text |
Instances
| Show TextException Source # | |
Defined in Util.Exception Methods showsPrec :: Int -> TextException -> ShowS # show :: TextException -> String # showList :: [TextException] -> ShowS # | |
| Exception TextException Source # | |
Defined in Util.Exception Methods toException :: TextException -> SomeException # fromException :: SomeException -> Maybe TextException # displayException :: TextException -> String # | |
| Buildable TextException Source # | |
Defined in Util.Exception Methods build :: TextException -> Builder # | |