Seastar
High performance C++ framework for concurrent servers
Public Member Functions | Public Attributes | List of all members
seastar::nested_exception Struct Reference
Inheritance diagram for seastar::nested_exception:

Public Member Functions

 nested_exception (std::exception_ptr inner, std::exception_ptr outer) noexcept
 
 nested_exception (nested_exception &&) noexcept
 
 nested_exception (const nested_exception &) noexcept
 
void rethrow_nested () const
 
virtual const char * what () const noexcept override
 

Public Attributes

std::exception_ptr inner
 
std::exception_ptr outer
 

The documentation for this struct was generated from the following file: