class documentation

class CloseSpider(Exception):

View In Hierarchy

Raise this from callbacks to request the spider to be closed
Method __init__ Undocumented
Instance Variable reason Undocumented
def __init__(self, reason='cancelled'):

Undocumented

reason =

Undocumented