diff --git a/upath/errors.py b/upath/errors.py new file mode 100644 index 00000000..e193749e --- /dev/null +++ b/upath/errors.py @@ -0,0 +1,2 @@ +class NotDirectoryError(Exception): + pass