Home
last modified time | relevance | path

Searched defs:payload_exception (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/outcome/test/tests/
Dexperimental-core-result-status.cpp54 struct payload_exception : std::exception struct
57 explicit payload_exception(const char *what) in payload_exception() argument
61 virtual const char *what() const noexcept override final { return _what; } // NOLINT in what()
Dcore-result.cpp54 struct payload_exception : std::runtime_error struct
56 explicit payload_exception(const char *what) in payload_exception() function