#include <exception_safety_testing.h>
Public Member Functions | |
TestException (absl::string_view msg) | |
virtual const char * | what () const noexcept |
virtual | ~TestException () |
Private Attributes | |
std::string | msg_ |
Definition at line 73 of file exception_safety_testing.h.
|
inlineexplicit |
Definition at line 75 of file exception_safety_testing.h.
|
inlinevirtual |
Definition at line 76 of file exception_safety_testing.h.
|
inlinevirtualnoexcept |
Definition at line 77 of file exception_safety_testing.h.
|
private |
Definition at line 80 of file exception_safety_testing.h.