Files
catalyst/zipline/exceptions.py
T
2012-05-16 14:33:16 -04:00

6 lines
190 B
Python

from utils.exception_utils import CustomException
class ComponentNoInit(CustomException):
argmap = ('classname',)
message = """Class {classname} does not define an init method."""