cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Public Member Functions | List of all members
MyException4 Class Reference
Inheritance diagram for MyException4:

Public Member Functions

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

Detailed Description

Definition at line 48 of file test_exceptions.cpp.

Constructor & Destructor Documentation

◆ MyException4()

MyException4::MyException4 ( const char *  m)
inlineexplicit

Definition at line 50 of file test_exceptions.cpp.

Member Function Documentation

◆ what()

const char* MyException4::what ( ) const
inlineoverridenoexcept

Definition at line 51 of file test_exceptions.cpp.


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