opencv-0.0.0.0: src/OpenCV/Exception.hs
{-# language DeriveFunctor #-}
{-# language QuasiQuotes #-}
{-# language RankNTypes #-}
{-# language TemplateHaskell #-}
module OpenCV.Exception
( -- * Exception type
CvException(..)
, CoerceMatError(..)
, ExpectationError(..)
, CvCppException
-- * Monadic interface
, CvExcept
, CvExceptT
, pureExcept
-- * Promoting exceptions to errors
, exceptError
, exceptErrorIO
, exceptErrorM
) where
import "this" OpenCV.Internal.Exception