Files
infomate.club/parsing/exceptions.py
2020-02-13 13:46:52 +01:00

3 lines
44 B
Python

class ParsingException(Exception):
pass