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; };