Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

error-handle

eddynelson12MIT1.2.0

Simple modulo for handle Error

handle, error-handle, stack, log, console, error

readme

error-handle

... is A module for handle error

Intalling

$ npm i --save error-handle

Usage

const { handleError, handleFatalError } = require('error-handle')

handleError(err)
handleFatalError(err)