From c1c7b2d6c606df3720232ea459cceff04756c6c5 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Thu, 7 May 2009 14:52:32 -0300 Subject: [PATCH] Sorted exceptions reference alphabetically --HG-- extra : rebase_source : 1c6a192a76fcc90103ea324f6baf4387ba65e14a --- docs/ref/exceptions.rst | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/ref/exceptions.rst b/docs/ref/exceptions.rst index d719ece3b..9a9288037 100644 --- a/docs/ref/exceptions.rst +++ b/docs/ref/exceptions.rst @@ -1,7 +1,7 @@ .. _exceptions: .. module:: scrapy.core.exceptions - :synopsis: Exceptions definitions + :synopsis: Core exceptions Available Exceptions ==================== @@ -25,21 +25,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`. -.. exception:: NotConfigured - -NotConfigured -------------- - -This exception can be raised by some components to indicate that they will -remain disabled. Those component include: - - * Extensions - * Item pipelines - * Downloader middlwares - * Spider middlewares - -The exception must be raised in the component constructor. - .. exception:: HttpException HttpException @@ -56,6 +41,21 @@ IgnoreRequest This exception can be raised by the Scheduler or any downlaoder middleware to indicate that the request should be ignored. +.. exception:: NotConfigured + +NotConfigured +------------- + +This exception can be raised by some components to indicate that they will +remain disabled. Those component include: + + * Extensions + * Item pipelines + * Downloader middlwares + * Spider middlewares + +The exception must be raised in the component constructor. + .. exception:: NotSupported NotSupported