vty-5.38: src/Graphics/Vty/Error.hs
module Graphics.Vty.Error
( VtyException(..)
)
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.