TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
fmt::FormatError Class Reference

#include <format.h>

Public Member Functions

 FormatError (CStringRef message)
 

Detailed Description

A formatting error such as invalid format string.

Constructor & Destructor Documentation

fmt::FormatError::FormatError ( CStringRef  message)
inlineexplicit
532  : std::runtime_error(message.c_str()) {}

The documentation for this class was generated from the following file: