exceptions.py 107 B

123
  1. class VersionMismatchException(Exception):
  2. def __init__(self, version):
  3. self.version = version