vty-5.0.0: src/Graphics/Vty/Error.hs
module Graphics.Vty.Error
where
-- | The type of exceptions specific to vty.
--
-- These have fully qualified names by default since, IMO, exception handling requires this.
data VtyException
= VtyFailure String -- ^ Uncategorized failure specific to vty.