1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

add exceptions module including ParseError

This commit is contained in:
Kelly Brazil
2021-05-13 08:20:35 -07:00
parent 83440ccb55
commit ba963d98a0

5
jc/exceptions.py Normal file
View File

@ -0,0 +1,5 @@
"""jc - JSON CLI output utility exceptions"""
class ParseError(Exception):
pass