Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
print(
"Example 3"
)
82
class
OtherError(Exception):
83
pass
84
85
result =
"Unexpected exception"
86
try
:
Callers
1
item_084.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected