proxygen
folly::OptionalEmptyException Class Reference

#include <Optional.h>

Inheritance diagram for folly::OptionalEmptyException:

Public Member Functions

 OptionalEmptyException ()
 

Detailed Description

Definition at line 89 of file Optional.h.

Constructor & Destructor Documentation

folly::OptionalEmptyException::OptionalEmptyException ( )
inline

Definition at line 91 of file Optional.h.

92  : std::runtime_error("Empty Optional cannot be unwrapped") {}

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