exception.py 127 B

123
  1. class validator_exception(Exception):
  2. def __init__(self, name: str):
  3. super("Invalid property names: " + name + ".")