Files
catalyst/zipline/exceptions.py
T

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."""