mirror of https://github.com/scrapy/scrapy.git
Remove HttpException references from docs. Since 0.7, scrapy returns non-200 as Response objects and does not raise HttpException anymore
This commit is contained in:
parent
17091902f3
commit
184cf6684f
|
|
@ -22,14 +22,6 @@ DropItem
|
|||
The exception that must be raised by item pipeline stages to stop processing an
|
||||
Item. For more information see :ref:`topics-item-pipeline`.
|
||||
|
||||
HttpException
|
||||
-------------
|
||||
|
||||
.. exception:: HttpException
|
||||
|
||||
This exception is raised by the downloader when a non-200 response has been
|
||||
downloaded.
|
||||
|
||||
IgnoreRequest
|
||||
-------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue