Skip to content

Cimpress-MCP/AT-Exceptions

Repository files navigation

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