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

Class MyError

extra_tests/snippets/builtin_exceptions.py:99–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97
98
99class MyError(Exception):
100 pass
101
102
103e = MyError("message")

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected