Skip to content

ST::bad_format

Michael Hansen edited this page Nov 22, 2019 · 2 revisions

ST::bad_format

Since string_theory 3.0.

Headers

#include <string_theory/exceptions>

Inherits

Public Functions

Name Summary
(constructor) Constructor for ST::bad_format

Details

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.

Member Documentation

ST::bad_format constructor

Signature
explicit bad_format(const char *message) noexcept

Sets the exception message (returned by what()) to message.

Since string_theory 3.0.

Clone this wiki locally