adding base path exception

This commit is contained in:
2021-10-22 05:21:05 +01:00
parent 5474c3c273
commit 77e070bf69

5
tembo/exceptions.py Normal file
View File

@@ -0,0 +1,5 @@
"""Tembo exceptions."""
class BasePathDoesNotExistError(Exception):
pass