Skip to content

Commit

Permalink
Update distribution/lib/Standard/Base/0.0.0-dev/src/Error/Common.enso
Browse files Browse the repository at this point in the history
Co-authored-by: Radosław Waśko <[email protected]>
  • Loading branch information
jdunkerley and radeusgd authored May 30, 2022
1 parent 4a15578 commit bd0f0bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ type Panic
throw_wrapped_if_error ~value =
if value.is_error then Panic.throw (Wrapped_Dataflow_Error value.catch) else value

## Catch any Wrapped_Dataflow_Error Panic and rethrow as a dataflow error
## Catch any `Wrapped_Dataflow_Error` Panic and rethrow it as a dataflow error.

Arguments:
- action: The code to execute that potentially raised a Wrapped_Dataflow_Error.
Expand Down

0 comments on commit bd0f0bb

Please sign in to comment.