MCPcopy Index your code
hub / github.com/RustPython/RustPython / NewException

Class NewException

extra_tests/snippets/builtin_exceptions.py:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69
70class NewException(Exception):
71 def __init__(self, value):
72 self.value = value
73
74
75try:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected