mirror of
https://github.com/dtomlinson91/tembo.git
synced 2025-12-22 09:55:43 +00:00
adding base path exception
This commit is contained in:
5
tembo/exceptions.py
Normal file
5
tembo/exceptions.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Tembo exceptions."""
|
||||
|
||||
|
||||
class BasePathDoesNotExistError(Exception):
|
||||
pass
|
||||
Reference in New Issue
Block a user