diff --git a/exceptions.py b/exceptions.py index 5072879..a1effe0 100644 --- a/exceptions.py +++ b/exceptions.py @@ -1,3 +1,2 @@ class DisplayableException(Exception): """Exception which could be safely displayed to the end-user.""" - pass