Scarab  2.8.1
Project 8 C++ Utility Library
Public Member Functions | Private Attributes | List of all members
MyException4 Class Reference
Inheritance diagram for MyException4:
Inheritance graph

Public Member Functions

 MyException4 (const char *m)
 
virtual const char * what () const noexcept override
 

Private Attributes

std::string message = ""
 

Detailed Description

Definition at line 41 of file test_exceptions.cpp.

Constructor & Destructor Documentation

◆ MyException4()

MyException4 ( const char *  m)
inlineexplicit

Definition at line 43 of file test_exceptions.cpp.

Member Function Documentation

◆ what()

virtual const char* what ( ) const
inlineoverridevirtualnoexcept

Definition at line 44 of file test_exceptions.cpp.

Member Data Documentation

◆ message

std::string message = ""
private

Definition at line 46 of file test_exceptions.cpp.


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