proxygen
folly::BadPolyAccess Struct Reference

#include <PolyException.h>

Inheritance diagram for folly::BadPolyAccess:

Public Member Functions

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

Detailed Description

Exception type that is thrown on invalid access of an empty Poly object.

Definition at line 28 of file PolyException.h.

Constructor & Destructor Documentation

folly::BadPolyAccess::BadPolyAccess ( )
default

Member Function Documentation

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

Definition at line 30 of file PolyException.h.

30  {
31  return "BadPolyAccess";
32  }

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