@alphatango/exceptions
v2.3.0
Published
Custom error models
Downloads
9
Keywords
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:
- Fork this repository
- Create a branch
- Contribute
- Pull request