proxygen
folly::BrokenPromise Class Reference

#include <Promise.h>

Inheritance diagram for folly::BrokenPromise:
folly::PromiseException

Public Member Functions

 BrokenPromise (const std::string &type)
 
 BrokenPromise (const char *type)
 

Detailed Description

Definition at line 48 of file Promise.h.

Constructor & Destructor Documentation

folly::BrokenPromise::BrokenPromise ( const std::string type)
inlineexplicit

Definition at line 50 of file Promise.h.

51  : PromiseException("Broken promise for type name `" + type + '`') {}
PskType type
folly::BrokenPromise::BrokenPromise ( const char *  type)
inlineexplicit

Definition at line 53 of file Promise.h.

BrokenPromise(const std::string &type)
Definition: Promise.h:50
PskType type
const char * string
Definition: Conv.cpp:212

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