Searched defs:WorkerException (Results 1 – 1 of 1) sorted by relevance
13 struct WorkerException : public std::exception { struct15 explicit WorkerException(std::exception_ptr original) in WorkerException() function26 const char* what() const noexcept override { in what()31 std::exception_ptr original_exception;34 std::string message;