diff --git a/docs/topics/exceptions.rst b/docs/topics/exceptions.rst index 115b00428..8c9ab7594 100644 --- a/docs/topics/exceptions.rst +++ b/docs/topics/exceptions.rst @@ -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 -------------