Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Graphics.Vty.Error
- data VtyException = VtyFailure String
Documentation
data VtyException Source #
The type of exceptions specific to vty.
These have fully qualified names by default since, IMO, exception handling requires this.
Constructors
VtyFailure String | Uncategorized failure specific to vty. |