logging: add more tests for fatal log messages
[folly.git] / folly / python / __init__.pxd
index b45054c8b3d8968b394c89773655597ff2f45d87..d104b414a7eae090238b4e8dc504153d8147e59d 100644 (file)
@@ -2,7 +2,7 @@ from libcpp cimport bool as cbool
 
 cdef extern from "folly/ExceptionWrapper.h" namespace "folly":
     cdef cppclass cFollyExceptionWrapper "folly::exception_wrapper":
-        void throwException() except +
+        void throw_exception() except +
 
 cdef extern from "folly/Try.h" namespace "folly" nogil:
     cdef cppclass cFollyTry "folly::Try"[T]: