3 lines
108 B
Python
3 lines
108 B
Python
class DisplayableException(Exception):
|
|
"""Exception which could be safely displayed to the end-user."""
|