Re-export Exception from Effectful.Error

This commit is contained in:
Andrzej Rybczak 2021-06-21 16:58:35 +02:00
parent e59a3bc7fb
commit 293d1ecc8e

View File

@ -5,6 +5,9 @@ module Effectful.Error
, throwError
, catchError
, tryError
-- * Re-exports
, Exception
) where
import Control.Exception