An open API service indexing awesome lists of open source software.

https://github.com/ialopezg/common-exceptions

A toolset for NodeJS to handling Client and Server Side HTTP errors
https://github.com/ialopezg/common-exceptions

custom-error-service error-handling error-service errors middleware

Last synced: 5 days ago
JSON representation

A toolset for NodeJS to handling Client and Server Side HTTP errors

Awesome Lists containing this project

README

        


Common Exceptions




Custom tools for Node.js :rocket:


[![GitHub Release Version][github-release-image]][github-release]
[![NPM Downloads][downloads-image]][npm-url]
[![Build][travis-image]][travis-url]
[![Coverage Status][coveralls-image]][coveralls-url]


Patreon donate button
Open Collective donate button
Open Collective donate button

## Description

[Common Exceptions](https://github.com/ialopezg/custom-error-services) is a toolset that helps you to debug modern applications. This tool is made to be used in [Node.js](https://nodejs.org), which allows you to easily handle application errors. It uses modern JavaScript, is built with [TypeScript](https://typescriptlang.org) and give the best JavaScript concepts.

## Installation

- NPM
```bash
npm install --save @ialopezg/common-exceptions
```
- Yarn
```bash
yarn add common-exceptions
```

## Documentation

- [English](docs/index.md) Documentation and examples.

## Features

- Compatible with both TypeScript and ES6 (Recommend to use [TypeScript](https://www.typescriptlang.org/).

## People

Author - [Isidro A. Lopez G.](https://github.com/ialopezg)

## License

CoreJS is licensed under [MIT](LICENSE) license.

---

© Copyright 1995-present - [Isidro A. Lopez G.](https://ialopezg.com/)

[npm-image]: https://img.shields.io/npm/v/custom-error-service.svg
[npm-url]: https://npmjs.org/package/custom-error-service
[github-release]: https://github.com/ialopezg/custom-error-service/releases
[github-release-image]: https://img.shields.io/github/v/release/ialopezg/custom-error-service.svg?logo=github
[codecov-url]: https://codecov.io/gh/ialopezg/custom-error-service/branch/main
[codecov-image]: https://codecov.io/gh/ialopezg/custom-error-service/branch/main/graph/badge.svg
[downloads-image]: https://img.shields.io/npm/dm/custom-error-service.svg
[downloads-url]: https://npmcharts.com/compares/custom-error-service?minimal=true
[travis-url]: https://app.travis-ci.com/ialopezg/custom-error-service.svg?branch=main
[travis-image]: https://app.travis-ci.com/ialopezg/custom-error-service.svg?branch=main
[coveralls-image]: https://coveralls.io/repos/github/ialopezg/custom-error-service/badge.svg?branch=main
[coveralls-url]: https://coveralls.io/github/ialopezg/custom-error-service?branch=main
[contributors]: https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square
[contributors-link]: #people