The readme suggests ``` from webdav.client import WebDavException ``` to import the custom exceptions. However, according to the directory structure it should be: ``` from webdav.exceptions import WebDavException ```
The readme suggests
to import the custom exceptions.
However, according to the directory structure it should be: