mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2026-06-13 21:54:29 +02:00
add LibraryNotInstalled exception
This commit is contained in:
@@ -3,3 +3,7 @@
|
||||
|
||||
class ParseError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class LibraryNotInstalled(Exception):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user