Skip to content

formidablejs/pretty-errors

Repository files navigation

Formidable Pretty Errors

Pretty error reporting for Formidable.


Uh-oh!


npm NPM

Requirements

Install

npm:

npm i @formidablejs/pretty-errors

yarn:

yarn add @formidablejs/pretty-errors

Configuration

Add PrettyErrorsServiceResolver in the bootstrap/resolvers.{imba,ts}:

import { PrettyErrorsServiceResolver } from '@formidablejs/pretty-errors'
...

export default [
	...
	PrettyErrorsServiceResolver

Credits

This Formidable plugin uses youch under the hood.

License

The Formidable framework is open-sourced software licensed under the MIT license.