mirror of
https://github.com/haskell-effectful/effectful.git
synced 2024-11-27 01:45:16 +03:00
Re-export Exception from Effectful.Error
This commit is contained in:
parent
e59a3bc7fb
commit
293d1ecc8e
@ -5,6 +5,9 @@ module Effectful.Error
|
||||
, throwError
|
||||
, catchError
|
||||
, tryError
|
||||
|
||||
-- * Re-exports
|
||||
, Exception
|
||||
) where
|
||||
|
||||
import Control.Exception
|
||||
|
Loading…
Reference in New Issue
Block a user