misc_py311

1# Testing that Exceptions render properly
2
3
4class CustomException(RuntimeError):
5    """custom exception type"""
class CustomException(builtins.RuntimeError):
5class CustomException(RuntimeError):
6    """custom exception type"""

custom exception type

Inherited Members
builtins.RuntimeError
RuntimeError
builtins.BaseException
with_traceback
add_note
args