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

0.1.6 • 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);
}

/@aircall/exception/

    Package Sidebar

    Install

    npm i @aircall/exception

    Weekly Downloads

    1,817

    Version

    0.1.6

    License

    none

    Unpacked Size

    32.3 kB

    Total Files

    6

    Last publish

    Collaborators

    • danielmarcano
    • xdurand
    • aircall-ci
    • kamalbennani