diff --git a/jc/exceptions.py b/jc/exceptions.py new file mode 100644 index 00000000..f7dd2571 --- /dev/null +++ b/jc/exceptions.py @@ -0,0 +1,5 @@ +"""jc - JSON CLI output utility exceptions""" + + +class ParseError(Exception): + pass