folly::BadFormatArg

Exception thrown when a format argument string is invalid.

Synopsis

Declared in <folly/FormatArg.h>

class BadFormatArg
    : public std::invalid_argument

Base Classes

NameDescription
std::invalid_argument

Member Functions

NameDescription
BadFormatArg [constructor]Constructs the exception from a description and extra context arguments.
operator=

Using Declarations

NameDescription
BadFormatArg Inherit the constructors of std::invalid_argument.

Friends

NameDescription
folly::FormatArgParsed format argument.