MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / OtherError

Class OtherError

example_code/item_084.py:82–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81print("Example 3")
82class OtherError(Exception):
83 pass
84
85result = "Unexpected exception"
86try:

Callers 1

item_084.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected