diff --git a/tableshift/exceptions.py b/tableshift/exceptions.py new file mode 100644 index 0000000000..01e1124577 --- /dev/null +++ b/tableshift/exceptions.py @@ -0,0 +1,3 @@ +class ConfigNotFoundException(Exception): + """Raised when a config is not found.""" + pass \ No newline at end of file