Lines Matching full:exceptions
27 * Contains utility functions for handling exceptions.
34 * exceptions.
36 * If the exception contains nested inner exceptions, the returned vector will
39 * This function makes it easier to handle nested exceptions. You can iterate
43 * @return vector of exceptions, from innermost to outermost
49 * exceptions.
51 * If the exception contains nested inner exceptions, the messages in the
56 * @return error messages from exceptions
68 * exceptions.
70 * Stores the exceptions in the specified vector, from innermost exception to
74 * @param exceptions vector where exceptions will be stored
77 std::vector<std::exception_ptr>& exceptions);
81 * exceptions.