| commit | aa3c5a41273bc219ef33b2ca9a20c7a477ce3c0c | [log] [tgz] |
|---|---|---|
| author | Victor Zverovich <viz@meta.com> | Sat Sep 16 08:20:27 2023 -0700 |
| committer | Victor Zverovich <viz@meta.com> | Sat Sep 16 08:20:27 2023 -0700 |
| tree | b097b31257e3df7acce200add2f638ce20b65784 | |
| parent | bfdf50d183b09b28d60103d7a960303a667d02e4 [diff] |
Clarify I/O error handling
diff --git a/doc/api.rst b/doc/api.rst index 0b3d023..eacf740 100644 --- a/doc/api.rst +++ b/doc/api.rst
@@ -49,6 +49,10 @@ *args* is an argument list representing objects to be formatted. +I/O errors are reported as `std::system_error +<https://en.cppreference.com/w/cpp/error/system_error>`_ exceptions unless +specified otherwise. + .. _format: .. doxygenfunction:: format(format_string<T...> fmt, T&&... args) -> std::string