mirror of
https://github.com/Steffo99/lihzahrd.git
synced 2024-11-21 23:54:23 +00:00
3 lines
127 B
Python
3 lines
127 B
Python
|
class InvalidFooterError(Exception):
|
||
|
"""This exception is raised if the footer contents do not match the expected data."""
|