Added exceptions file. #4

Merged
KevinMidboe merged 1 commits from CLI into master 2018-10-17 21:35:50 +00:00

5
src/exceptions.py Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env python3.6
class InsufficientInfoError(Exception):
pass