mirror of https://github.com/scrapy/scrapy.git
26 lines
497 B
ReStructuredText
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
|