Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
- 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.
VtyFailure String | Uncategorized failure specific to vty. |