This package has been deprecated

Author message:

NO LONGER MAINTAINED

@the-/error

15.4.0 • Public • Published

@the-/error

npm Version

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

class

function

License

This software is released under the MIT License.

Links

Readme

Keywords

Package Sidebar

Install

npm i @the-/error

Weekly Downloads

9

Version

15.4.0

License

MIT

Unpacked Size

111 kB

Total Files

68

Last publish

Collaborators

  • okunishinishi