diff options
author | tastytea | 2020-01-06 09:42:51 +0100 |
---|---|---|
committer | tastytea | 2020-01-06 09:42:51 +0100 |
commit | 7563d083c0ec0828f05f897b8dd0aa4f8ebaeba9 (patch) | |
tree | 5376709aa30e033a3ecd783266d0df1a87761148 /include | |
parent | 0638f8fe9a8a1f0cd86e647d8452c9369ebc41de (diff) | |
download | mastodonpp-7563d083c0ec0828f05f897b8dd0aa4f8ebaeba9.tar mastodonpp-7563d083c0ec0828f05f897b8dd0aa4f8ebaeba9.tar.gz mastodonpp-7563d083c0ec0828f05f897b8dd0aa4f8ebaeba9.zip |
Improve exception documentation.
Diffstat (limited to 'include')
-rw-r--r-- | include/mastodonpp.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
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. */ /*! |