pub fn create_enhanced_exception( py: Python<'_>, exc_type: &Py<PyAny>, message: &str, context: ErrorContext, ) -> PyErr
Create enhanced Python exception with context