@alphatango/exceptions

Custom error models.

Usage no npm install needed!

<script type="module">
  import alphatangoExceptions from 'https://cdn.skypack.dev/@alphatango/exceptions';
</script>

README

AT Squad Exceptions

Custom error models.

Using this library

Install the library.

yarn add @alphatango/exceptions
import { ClientException } from '@alphatango/exceptions';

throw new ClientException('My Test Service');

Contribution

We value your input as part of direct feedback to us, by filing issues, or preferably by directly contributing improvements:

  1. Fork this repository
  2. Create a branch
  3. Contribute
  4. Pull request