This package has been deprecated

Author message:

move to @the-/error ( https://github.com/the-labo/the/tree/master/packages/error#readme )

the-error

2.0.5 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i the-error

Weekly Downloads

8

Version

2.0.5

License

MIT

Unpacked Size

111 kB

Total Files

78

Last publish

Collaborators

  • okunishinishi