-
Notifications
You must be signed in to change notification settings - Fork 12
ST::bad_format
Michael Hansen edited this page Nov 22, 2019
·
2 revisions
Since string_theory 3.0.
#include <string_theory/exceptions>
Name | Summary |
---|---|
(constructor) | Constructor for ST::bad_format |
The ST::bad_format
exception is thrown when a format string passed to any of
the formatting functions (for example, ST::format) cannot be
parsed or does not conform to the supported format specifications.
Since: string_theory 3.0.
Signature |
---|
explicit bad_format(const char *message) noexcept |
Sets the exception message (returned by what()
) to message
.
Since string_theory 3.0.