scrapy/docs/topics/exceptions.rst

26 lines
497 B
ReStructuredText

.. _topics-exceptions:
.. _topics-exceptions-ref:
==========
Exceptions
==========
Here's a list of all exceptions included in Scrapy and their usage, except for
the :ref:`download handler exceptions <download-handlers-exceptions>`.
.. module:: scrapy.exceptions
.. autoexception:: CloseSpider
.. autoexception:: DontCloseSpider
.. autoexception:: DropItem
.. autoexception:: IgnoreRequest
.. autoexception:: NotConfigured
.. autoexception:: NotSupported
.. autoexception:: StopDownload