#include <Promise.h>
Definition at line 48 of file Promise.h.
folly::BrokenPromise::BrokenPromise |
( |
const std::string & |
type | ) |
|
|
inlineexplicit |
Definition at line 50 of file Promise.h.
51 : PromiseException(
"Broken promise for type name `" +
type +
'`') {}
folly::BrokenPromise::BrokenPromise |
( |
const char * |
type | ) |
|
|
inlineexplicit |
Definition at line 53 of file Promise.h.
BrokenPromise(const std::string &type)
The documentation for this class was generated from the following file: