OpenTwin
0.1
OpenTwin
Loading...
Searching...
No Matches
PythonException.h
Go to the documentation of this file.
1
/*****************************************************************/
10
#pragma once
11
#include <string>
12
#include <exception>
13
14
class
PythonException
:
public
std::exception
15
{
16
public
:
17
PythonException
();
18
PythonException
(
const
std::string& _msg);
19
20
const
char
*
what
(
void
)
const override
;
21
22
private
:
23
std::string m_message;
24
};
PythonException
Definition
PythonException.h:15
PythonException::PythonException
PythonException()
Definition
PythonException.cpp:4
PythonException::what
const char * what(void) const override
Definition
PythonException.cpp:90
Services
PythonExecution
include
PythonException.h
Generated by
1.10.0