proxygen
ThrowingConstructor Struct Reference
Inheritance diagram for ThrowingConstructor:
InheritsThrowingConstructor

Public Member Functions

 ThrowingConstructor () noexcept(false)
 

Detailed Description

Definition at line 142 of file UncaughtExceptionsTest.cpp.

Constructor & Destructor Documentation

ThrowingConstructor::ThrowingConstructor ( )
inlinenoexcept

Definition at line 143 of file UncaughtExceptionsTest.cpp.

143  {
144  throw std::runtime_error("exception");
145  }

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