Exception type thrown by Try when it is used incorrectly.
Declared in <folly/Try.h>
class TryException
: public std::logic_error
| Name | Description |
|---|---|
std::logic_error |
| Name | Description |
|---|---|
TryException [constructor] | Construct with an empty message. |
operator= | |
what [virtual] |
| Name | Description |
|---|---|
TryException | Inherit the message-taking constructors of std::logic_error. |
| Name | Description |
|---|---|
UsingUninitializedTry | Exception thrown when an uninitialized Try is accessed. |