@formidablejs/pretty-errors
v0.2.1
Published
Pretty error reporting for Formidable
Downloads
5
Readme
Formidable Pretty Errors
Pretty error reporting for Formidable.
Requirements
- @formidablejs/framework:
>=0.5.0-alpha.1
Install
npm:
npm i @formidablejs/pretty-errors
yarn:
yarn add @formidablejs/pretty-errors
Configuration
Add PrettyErrorsServiceResolver
in the config/app.imba
config under resolvers
:
...
resolvers: {
...
require('@formidablejs/pretty-errors').PrettyErrorsServiceResolver
Credits
This Formidable plugin uses youch under the hood.
License
The Formidable framework is open-sourced software licensed under the MIT license.