Safe Haskell | None |
---|---|
Language | Haskell2010 |
Fluid.RuntimeThrower
Documentation
class Monad m => RuntimeThrower m where Source #
Minimal complete definition
Methods
runtimeThrow :: RuntimeError -> m a Source #
Instances
RuntimeThrower IO Source # | |
Monad m => RuntimeThrower (ExceptT Response m) Source # | |