encoding-0.8.5: A library for various character encodings
Control.Throws
class Throws e m where Source #
Methods
throwException :: e -> m a Source #
Defined in Control.Throws
throwException :: e -> IO a Source #
throwException :: e -> Identity a Source #
Defined in Data.Encoding.ByteSource
throwException :: DecodingException -> Get a Source #
Defined in Data.Encoding.ByteSink
throwException :: EncodingException -> PutM a Source #
throwException :: EncodingException -> StrictSinkExplicit a Source #
throwException :: EncodingException -> StrictSinkE a Source #
throwException :: EncodingException -> StrictSink a Source #
throwException :: EncodingException -> PutME a Source #
throwException :: e -> Either e a Source #
throwException :: e -> StateT s m a Source #
throwException :: e -> ReaderT s m a Source #