folly::TryException

Exception type thrown by Try when it is used incorrectly.

Synopsis

Declared in <folly/Try.h>

class TryException
    : public std::logic_error

Base Classes

NameDescription
std::logic_error

Member Functions

NameDescription
TryException [constructor]Construct with an empty message.
operator=
what [virtual]

Using Declarations

NameDescription
TryException Inherit the message-taking constructors of std::logic_error.

Derived Classes

NameDescription
UsingUninitializedTry Exception thrown when an uninitialized Try is accessed.