index
:
mempager-simulator
master
[ARCHIVED 2017] Simple memory paging strategy simulator made with Python
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pageexception.py
blob: 9a1519da66dd9237ffb8c736d43257b87fb4fcfc (
plain
)
1
2
3
class PageException(Exception): def __init__(self): super().__init__()