vollerei/vollerei/exceptions/__init__.py

5 lines
98 B
Python
Raw Normal View History

2023-06-12 21:03:47 +00:00
class VollereiError(Exception):
"""Base class for exceptions in this module."""
pass