Metadata-Version: 2.1
Name: makecents-exceptions
Version: 0.0.3
Summary: exceptions package
Home-page: https://github.com/MakeCents-NYC/makecents-exceptionst
Author: MakeCents
Author-email: yma@mymakecents.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# makecents-exceptions
For exception information display and reference
#### Usage Information:
```
pipenv install makecents-exceptions
```
```python
from makecents_exceptions import exceptions as ex
ex.BalanceNotFound() # etc.
```


