2.0.5 • Published 6 years ago

the-error v2.0.5

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

the-error

Build Status npm Version JS Standard

Error for the-framework

Installation

$ npm install the-error --save

Usage

'use strict'

const {TheNotFoundError} = require('the-error')

async function tryExample () {
  throw new TheNotFoundError()
}

tryExample().catch((err) => console.error(err))

API Guide

License

This software is released under the MIT License.

Links