mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-19 00:17:51 +02:00
10 lines
124 B
Python
10 lines
124 B
Python
"""jc - JSON Convert exceptions"""
|
|
|
|
|
|
class ParseError(Exception):
|
|
pass
|
|
|
|
|
|
class LibraryNotInstalled(Exception):
|
|
pass
|