mirror of
https://github.com/wassname/sloth.git
synced 2026-08-15 12:55:19 +08:00
add NotImplementedException
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user