CMS 3D CMS Logo

PyBind11Wrapper.cc
Go to the documentation of this file.
3 //#include <iostream>
4 namespace cmspython3 {
5 
6  void pythonToCppException(const std::string& iType, const std::string& error) {
7  throw cms::Exception(iType) << " unknown python problem occurred.\n" << error << std::endl;
8  }
9 } // namespace cmspython3
void pythonToCppException(const std::string &iType, const std::string &error)