# Throw errors

```javascript
const { Forbidden, GeneralError } = require('@feathersjs/errors');

throw new GeneralError('Lorem ipsom...')
```
