class format_error

Declaration

class format_error : public std::runtime_error { /* full declaration omitted */ };

Description

An error reported from a formatting function.

Declared at: third_party/fmt/include/fmt/format.h:1049

Inherits from: std::runtime_error