std::nested_exception

std::nested_exception

Defined in header <exception>
class nested_exception;
(since C++11)

std::nested_exception is a polymorphic mixin class which can capture and store the current exception, making it possible to nest exceptions of arbitrary types within each other.

Member functions