1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-24 20:56:11 +02:00

add LibraryNotInstalled exception

This commit is contained in:
Kelly Brazil
2021-05-19 16:13:05 -07:00
parent 039f6612e4
commit c6893e1bd5
+4
View File
@@ -3,3 +3,7 @@
class ParseError(Exception):
pass
class LibraryNotInstalled(Exception):
pass