StepWise.StepFunctionError exception (step_wise v0.3.0)

For errors returned / raised / thrown in step functions

Link to this section Summary

Link to this section Types

@type t() :: %StepWise.StepFunctionError{
  __exception__: true,
  func: function(),
  raised?: boolean(),
  stacktrace: Exception.stacktrace(),
  value: term()
}