exception documentation

class CloseSpider(Exception): (source)

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'): (source)

Undocumented

Undocumented