proxygen
folly::BadPolyCast Struct Reference

#include <PolyException.h>

Inheritance diagram for folly::BadPolyCast:

Public Member Functions

 BadPolyCast ()=default
 
char const * what () const noexceptoverride
 

Detailed Description

Exception type that is thrown when attempting to extract from a Poly a value of the wrong type.

Definition at line 39 of file PolyException.h.

Constructor & Destructor Documentation

folly::BadPolyCast::BadPolyCast ( )
default

Member Function Documentation

char const* folly::BadPolyCast::what ( ) const
inlineoverridenoexcept

Definition at line 41 of file PolyException.h.

41  {
42  return "BadPolyCast";
43  }

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