mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2026-04-03 17:44:07 +02:00
10 lines
124 B
Python
10 lines
124 B
Python
"""jc - JSON Convert exceptions"""
|
|
|
|
|
|
class ParseError(Exception):
|
|
pass
|
|
|
|
|
|
class LibraryNotInstalled(Exception):
|
|
pass
|