apalache icon indicating copy to clipboard operation
apalache copied to clipboard

Replace exceptional error handling in Cmd.run methods with Try/Either

Open shonfeder opened this issue 3 years ago • 0 comments

We are currently using exception raising to handle expected errors the set up of *Cmd.run methods. Since these methods are returning an Either already, we should use typed error management instead.

shonfeder avatar Aug 25 '22 19:08 shonfeder