packages feed

spade-0.1.0.9: docs/functions/error-handling.md

### Error Handling Functions

#### try

Accepts two arguments. If the first argument is not an error value, then
return it, or else return the second argument.

#### error

Construct an error value with the provided message.

#### iserror

Check if a value is an error value..