Public Member Functions | List of all members
format_error Class Reference

#include <format.h>

Inheritance diagram for format_error:

Public Member Functions

 format_error (const char *message)
 
 format_error (const std::string &message)
 

Detailed Description

A formatting error such as invalid format string.

Definition at line 365 of file format.h.

Constructor & Destructor Documentation

format_error::format_error ( const char *  message)
inlineexplicit

Definition at line 367 of file format.h.

368  : std::runtime_error(message) {}
format_error::format_error ( const std::string message)
inlineexplicit

Definition at line 370 of file format.h.

371  : std::runtime_error(message) {}

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