|
proxygen
|
Public Member Functions | |
| IntException (int i) | |
| int | getInt () const override |
| const char * | what () const noexceptoverride |
Private Attributes | |
| int | i_ |
| std::string | what_ |
Definition at line 30 of file ExceptionWrapperTest.cpp.
|
inlineexplicit |
Definition at line 32 of file ExceptionWrapperTest.cpp.
|
inlineoverridevirtual |
Implements AbstractIntException.
Definition at line 34 of file ExceptionWrapperTest.cpp.
|
inlineoverridenoexcept |
Definition at line 37 of file ExceptionWrapperTest.cpp.
|
private |
Definition at line 42 of file ExceptionWrapperTest.cpp.
|
private |
Definition at line 43 of file ExceptionWrapperTest.cpp.