Removes custom Exception that isn't found in code base.

This commit is contained in:
Eddie Hebert
2012-08-22 13:38:14 -04:00
parent a3682ec59f
commit f8fd508dfc
-5
View File
@@ -1,5 +0,0 @@
from utils.exception_utils import CustomException
class ComponentNoInit(CustomException):
argmap = ('classname',)
message = """Class {classname} does not define an init method."""