Helios v0.1.0 Helios.Pipeline.WrapperError exception View Source

Wraps catched excpetions in aggregate pipeline and rearises it so path of execution can easily be spotted in error log.

This is runtime exception.

Link to this section Summary

Functions

Callback implementation for Exception.message/1

Reraises an error or a wrapped one

Link to this section Functions

Callback implementation for Exception.message/1.

Reraises an error or a wrapped one.

Link to this function reraise(ctx, kind, reason, stack) View Source