diff --git a/include/mastodonpp.hpp b/include/mastodonpp.hpp index 9cecc53..70d9bdc 100644 --- a/include/mastodonpp.hpp +++ b/include/mastodonpp.hpp @@ -70,7 +70,8 @@ * @section exceptions Exceptions * * Any unrecoverable libcurl error will be thrown as a - * mastodonpp::CURLException. + * mastodonpp::CURLException. Network errors will **not** be thrown, but + * reported via the return value. */ /*!