mirror of
https://github.com/enso-org/enso.git
synced 2024-11-30 05:35:09 +03:00
28513a3389
More and more often I need a way to only recover a specific type of a dataflow error (in a similar manner as with panics). So the API for `Error.catch` has been amended to more closely resemble `Panic.catch`, allowing to handle only specific types of dataflow errors, passing others through unchanged. The default is `Any`, meaning all errors are caught by default, and the behaviour of `x.catch` remains unchanged. |
||
---|---|---|
.. | ||
Standard |