1.0.0 • Published 2 years ago

customize-unhandled-error v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

customize-unhandled-error

Custom error handleError for the script crash on unhandled rejections.

Install

npm

npm install customize-unhandled-error

yarn

yarn add customize-unhandled-error

Usage

import unhandledError from 'customize-unhandled-error'

// Promise.reject(new Error('THIS_IS_UNHANDLED'));

unhandledError();

License