Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data UserException = UserException Text
Documentation
data UserException Source #
Exception
representation of errors that may be caused by user error.
Instances
Exception UserException Source # | |
Defined in Hercules.UserException | |
Show UserException Source # | |
Defined in Hercules.UserException showsPrec :: Int -> UserException -> ShowS # show :: UserException -> String # showList :: [UserException] -> ShowS # |