A common base type for exceptions thrown by Expected when the caller erroneously requests a value.
Synopsis
Declared in <folly/Expected.h>
template<>
class BadExpectedAccess<void>
: public std::exception
Base Classes
Name |
Description |
|
Member Functions
Name |
Description |
|
Constructors |
Assignment operators |
|
|
Derived Classes
Name |
Description |
An exception type thrown by Expected on catastrophic logic errors, i.e., when the caller tries to access the value within an Expected but when the Expected instead contains an error. |
Created with MrDocs