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