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:
Daniel Grana 2010-03-18 10:05:33 -03:00
parent 17091902f3
commit 184cf6684f
1 changed files with 0 additions and 8 deletions

View File

@ -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
-------------