1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00
Files
jc/jc/exceptions.py
2022-03-04 13:27:39 -08:00

10 lines
124 B
Python

"""jc - JSON Convert exceptions"""
class ParseError(Exception):
pass
class LibraryNotInstalled(Exception):
pass