diff options
Diffstat (limited to 'pageexception.py')
-rw-r--r-- | pageexception.py | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/pageexception.py b/pageexception.py index 9a1519d..8c95b95 100644 --- a/pageexception.py +++ b/pageexception.py | |||
@@ -1,3 +1,9 @@ | |||
1 | #!/usr/bin/env python3 | ||
2 | |||
3 | # UPEM / System programming / Project: Memory paging simulator | ||
4 | # Pacien TRAN-GIRARD, Adam NAILI | ||
5 | |||
6 | |||
1 | class PageException(Exception): | 7 | class PageException(Exception): |
2 | def __init__(self): | 8 | def __init__(self): |
3 | super().__init__() | 9 | super().__init__() |