mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2026-06-19 22:28:17 +02:00
10 lines
135 B
Python
10 lines
135 B
Python
"""jc - JSON CLI output utility exceptions"""
|
|
|
|
|
|
class ParseError(Exception):
|
|
pass
|
|
|
|
|
|
class LibraryNotInstalled(Exception):
|
|
pass
|