tg_rss_bot/exceptions.py

4 lines
117 B
Python

class DisplayableException(Exception):
"""Exception which could be safely displayed to the end-user."""
pass