1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-21 00:19:42 +02:00

add LibraryNotInstalled exception

This commit is contained in:
Kelly Brazil
2021-05-19 16:13:05 -07:00
parent 039f6612e4
commit c6893e1bd5

View File

@ -3,3 +3,7 @@
class ParseError(Exception): class ParseError(Exception):
pass pass
class LibraryNotInstalled(Exception):
pass