packages feed

vty-4.7.2: src/Graphics/Vty/Error.hs

module Graphics.Vty.Error
    where

import Control.Exception


-- | 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.