CPU/error.py

3 lines
40 B
Python
Raw Normal View History

2024-04-29 16:00:03 +08:00
class AddressError(Exception):
pass