Files
2024-12-17 14:36:15 -08:00

4 lines
107 B
Python

class VersionMismatchException(Exception):
def __init__(self, version):
self.version = version