Exception thrown when an uninitialized Try is accessed.

Synopsis

Declared in <folly/Try.h>

class UsingUninitializedTry
    : public TryException

Base Classes

Name

Description

TryException

Exception type thrown by Try when it is used incorrectly.

Member Functions

Name

Description

UsingUninitializedTry [constructor]

Construct the exception.

operator=

what [virtual]

Return the exception message.

Using Declarations

Name

Description

TryException

Inherit the message‐taking constructors of std::logic_error.

Created with MrDocs