Searched defs:python_error (Results 1 – 1 of 1) sorted by relevance
145 struct python_error : public std::exception { struct148 python_error(const python_error& other) in python_error() argument159 python_error(python_error&& other) noexcept in python_error() function169 python_error& operator=(const python_error& other) = delete; argument170 python_error& operator=(python_error&& other) = delete; argument173 ~python_error() override { in ~python_error() argument195 message = "python_error"; in build_message() argument224 inline void persist() { in persist()237 inline void restore() { in restore()253 std::string message;