Searched defs:payload_exception (Results 1 – 2 of 2) sorted by relevance
54 struct payload_exception : std::exception struct57 explicit payload_exception(const char *what) in payload_exception() argument61 virtual const char *what() const noexcept override final { return _what; } // NOLINT in what()
54 struct payload_exception : std::runtime_error struct56 explicit payload_exception(const char *what) in payload_exception() function