aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/utility/file.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utility/file.hpp b/src/utility/file.hpp
index 941018e1..5ad9aef5 100644
--- a/src/utility/file.hpp
+++ b/src/utility/file.hpp
@@ -191,7 +191,8 @@ public:
/** Enumerate files contained in this directory.
*
* @return file iterator to enumerate files
- * @throw exceptions::not_a_directory if this is not a directory
+ * @throw exceptions::not_a_directory if this is not a directory,
+ * exceptions::filesystem_exception if another error occurs
*/
virtual fileIterator* getFiles() const = 0;
};