# Err module

# Usage

```bash
npm i -E @prelude/err
```

```ts
import * as Err from '@prelude/err'
throw Err.warn('not-authorized', 'You are not authorized.')
```

# License

This package is dedicated to the public domain under [CC0 1.0](./License.md).
