]> git.tdb.fi Git - libs/core.git/blobdiff - source/fs/windows/filemonitor.cpp
Add new exception classes for some common errors
[libs/core.git] / source / fs / windows / filemonitor.cpp
index 3ed65b188aeb0d043e46d9a1a609572eaa2de055..da0bca3a65566df44e3256313f31ab9e7363ecf6 100644 (file)
@@ -21,7 +21,7 @@ void FileMonitor::tick()
 
 FileMonitor::Private::Private(FileMonitor &)
 {
-       throw logic_error("not implemented");
+       throw unsupported("FileMonitor");
 }
 
 } // namespace FS