Control.Exception.Safe.Checked

Throwing

class Throws e

class ThrowsImpure e

throw

impureThrow

Catching

catch

catchDeep

handle

handleDeep

try

tryDeep

Unchecking exceptions

uncheck

uncheckImpure

Re-exports

class Exception e

class MonadIO m

class MonadCatch m

class MonadMask m

class MonadThrow m

class NFData a