Skip to content
Snippets Groups Projects
Commit 83fb083f authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

clearer

parent 06f014b2
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,8 @@ class rethrow_as(object):
rethrow_as(NameError, ValueError)
If the second value is a None, exception will be silenced.
:param exception_preprocessor: other callable/1 to use instead od repr.
Should return a text
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment