https://github.com/formidablejs/pretty-errors
Pretty error reporting for Formidable.
https://github.com/formidablejs/pretty-errors
error-reporting exception-handler hacktoberfest youch
Last synced: about 2 months ago
JSON representation
Pretty error reporting for Formidable.
- Host: GitHub
- URL: https://github.com/formidablejs/pretty-errors
- Owner: formidablejs
- License: mit
- Created: 2021-10-08T23:51:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-20T16:43:17.000Z (about 1 year ago)
- Last Synced: 2025-10-06T16:23:47.480Z (6 months ago)
- Topics: error-reporting, exception-handler, hacktoberfest, youch
- Language: Imba
- Homepage:
- Size: 255 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Formidable Pretty Errors
Pretty error reporting for Formidable.

------


## Requirements
* [@formidablejs/framework](https://www.npmjs.com/package/@formidablejs/framework): `>=0.5.0-alpha.1`
## Install
npm:
```bash
npm i @formidablejs/pretty-errors
```
yarn:
```bash
yarn add @formidablejs/pretty-errors
```
## Configuration
Add `PrettyErrorsServiceResolver` in the `bootstrap/resolvers.{imba,ts}`:
```js
import { PrettyErrorsServiceResolver } from '@formidablejs/pretty-errors'
...
export default [
...
PrettyErrorsServiceResolver
```
## Credits
This Formidable plugin uses [youch](https://github.com/poppinss/youch) under the hood.
## License
The Formidable framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).