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

Public Member Functions

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

Detailed Description

Definition at line 13 of file test_exceptions.cpp.

Constructor & Destructor Documentation

◆ MyException()

MyException::MyException ( const char *  m)
inlineexplicit

Definition at line 15 of file test_exceptions.cpp.

Member Function Documentation

◆ what()

const char* MyException::what ( ) const
inlineoverridenoexcept

Definition at line 16 of file test_exceptions.cpp.


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