@aircall/exception
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

Getting started

Installation

yarn add @aircall/exception

Usage

import { Exception } from '@aircall/exception';

try {
  throw new Exception('This is an error message');
} catch (e) {
  console.log(e.message);
}

Readme

Keywords

none

Package Sidebar

Install

npm i @aircall/exception

Weekly Downloads

67

Version

0.1.2

License

none

Unpacked Size

29.5 kB

Total Files

6

Last publish

Collaborators

  • xdurand
  • aircall-ci
  • kamalbennani