mirror of https://github.com/scrapy/scrapy.git
DOC spider_error doesn't support deferreds
(cherry picked from commit 790c67b643)
This commit is contained in:
parent
423826c1be
commit
2677f70fc3
|
|
@ -174,6 +174,8 @@ spider_error
|
|||
|
||||
Sent when a spider callback generates an error (ie. raises an exception).
|
||||
|
||||
This signal does not support returning deferreds from their handlers.
|
||||
|
||||
:param failure: the exception raised as a Twisted `Failure`_ object
|
||||
:type failure: `Failure`_ object
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue