mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-20 11:41:26 +00:00
- Updated exception
This commit is contained in:
@@ -95,7 +95,7 @@ public final class WebDavServer {
|
||||
LOG.info("{} available on http://{}", workDir, uri.getRawSchemeSpecificPart());
|
||||
return new ServletLifeCycleAdapter(servlet, uri);
|
||||
} catch (URISyntaxException e) {
|
||||
throw new IllegalArgumentException("Can't create URI from given workDir", e);
|
||||
throw new IllegalStateException("Invalid hard-coded URI components.", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user