Safe Haskell | Safe |
---|---|
Language | Haskell98 |
FreeType.Exception
Contents
Exceptions
This is thrown whenever a function returns FT_Error
.
Constructors
FtError | |
Fields
|
Instances
Show FtError Source # | |
Exception FtError Source # | |
Defined in FreeType.Exception.Types Methods toException :: FtError -> SomeException # fromException :: SomeException -> Maybe FtError # displayException :: FtError -> String # |