[0.3.x] added : CPUException class

git-svn-id: https://pykd.svn.codeplex.com/svn@91131 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\ussrhero_cp 2017-01-24 20:40:18 +00:00 committed by Mikhail I. Izmestev
parent d97b2f08a3
commit 7783c01228

View File

@ -14,6 +14,8 @@ python::handle<> exceptPyType<kdlib::DbgException>::pyExceptType;
python::handle<> exceptPyType<kdlib::MemoryException>::pyExceptType;
python::handle<> exceptPyType<kdlib::SymbolException>::pyExceptType;
python::handle<> exceptPyType<kdlib::TypeException>::pyExceptType;
python::handle<> exceptPyType<kdlib::CallException>::pyExceptType;
python::handle<> exceptPyType<kdlib::CPUException>::pyExceptType;
///////////////////////////////////////////////////////////////////////////////////