mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-12-24 00:31:11 +02:00
add exceptions module including ParseError
This commit is contained in:
5
jc/exceptions.py
Normal file
5
jc/exceptions.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""jc - JSON CLI output utility exceptions"""
|
||||
|
||||
|
||||
class ParseError(Exception):
|
||||
pass
|
||||
Reference in New Issue
Block a user