Added exceptions file.
This commit is contained in:
5
src/exceptions.py
Normal file
5
src/exceptions.py
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env python3.6
|
||||
|
||||
class InsufficientInfoError(Exception):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user