15.4.0 • Published 6 years ago

@the-/error v15.4.0

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

@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

15.4.0

6 years ago

15.2.0

6 years ago

15.1.4

6 years ago

15.1.3

6 years ago

15.1.2

6 years ago

15.1.0

6 years ago

15.0.3

6 years ago

15.0.2

6 years ago