Skip to content

Commit 7a0a3e2

Browse files
committed
support catch_any_exception
1 parent af3b06a commit 7a0a3e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pydumpling/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
from __future__ import absolute_import, division, print_function, unicode_literals
22

33
from .rpdb import r_post_mortem
4+
from .helpers import catch_any_exception
45
from .debug_dumpling import debug_dumpling, load_dumpling
56
from .pydumpling import save_dumping, dump_current_traceback, __version__
67

78

89
__version__ == __version__
9-
__all__ = ["debug_dumpling", "load_dumpling", "save_dumping", "dump_current_traceback", "r_post_mortem"]
10+
__all__ = ["debug_dumpling", "load_dumpling", "save_dumping", "dump_current_traceback", "r_post_mortem", "catch_any_exception"]

0 commit comments

Comments
 (0)