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

Public Member Functions

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

Detailed Description

Definition at line 22 of file test_exceptions.cpp.

Constructor & Destructor Documentation

◆ MyException2()

MyException2::MyException2 ( const char *  m)
inlineexplicit

Definition at line 24 of file test_exceptions.cpp.

Member Function Documentation

◆ what()

const char* MyException2::what ( ) const
inlineoverridenoexcept

Definition at line 25 of file test_exceptions.cpp.


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