add NotImplementedException

This commit is contained in:
Martin Baeuml
2011-05-17 14:12:01 +02:00
parent 604ee59816
commit bc25b1227a
+4
View File
@@ -5,3 +5,7 @@ Label tool exception classes.
class ImproperlyConfigured(Exception):
"""There is an error in the configuration."""
pass
class NotImplementedException(Exception):
"""This function/method/class has not been implemented yet."""
pass