Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Latest commit

 

History

History
51 lines (31 loc) · 823 Bytes

README.md

File metadata and controls

51 lines (31 loc) · 823 Bytes

SpeedUP SMS notification

SpeedUP standard error library.

NPM version NPM downloads

Installation

# NPM
npm i @speedup/error --save

# Yarn
yarn install @speedup/error

Usage

const { ApplicationError, HttpError } = require('@speedup/error');

throw new ApplicationError({
    code: 'E_NOT_FOUND'
});
import { ApplicationError, HttpError } from '@speedup/error';

throw new ApplicationError({
    code: 'E_NOT_FOUND'
});

And you're good to go!

License

MIT