#include "test_exceptions.h"
#include "local_bindings.h"
#include "pybind11_tests.h"
#include <exception>
#include <stdexcept>
#include <utility>
Go to the source code of this file.
Classes | |
class | MyException |
class | MyException2 |
class | MyException3 |
class | MyException4 |
class | MyException5 |
class | MyException5_1 |
class | MyException6 |
struct | PythonCallInDestructor |
struct | PythonAlreadySetInDestructor |
Functions | |
TEST_SUBMODULE (exceptions, m) | |
TEST_SUBMODULE | ( | exceptions | , |
m | |||
) |
Definition at line 108 of file test_exceptions.cpp.
References MyException::what(), MyException2::what(), MyException4::what(), and MyException6::what().