diff --git a/tembo/exceptions.py b/tembo/exceptions.py new file mode 100644 index 0000000..07776a4 --- /dev/null +++ b/tembo/exceptions.py @@ -0,0 +1,5 @@ +"""Tembo exceptions.""" + + +class BasePathDoesNotExistError(Exception): + pass