]> git.tdb.fi Git - libs/core.git/blobdiff - source/fs/windows/utils.cpp
Add new exception classes for some common errors
[libs/core.git] / source / fs / windows / utils.cpp
index ca9e7aa0f11f333f6710b93f48c1f86b3e62e7f9..66699aaf0bc2229d3782116539e50213b90214d1 100644 (file)
@@ -11,7 +11,7 @@ namespace FS {
 Path readlink(const Path &link)
 {
        (void)link;
-       throw logic_error("no symbolic links on win32");
+       throw unsupported("no symbolic links on win32");
 }
 
 Path realpath(const Path &path)