Skip to main content

ContextPipelineFinalizationError

Wraps an exception thrown in the finalization step of a context pipeline middleware.

We may not have the complete context at this point, so only BasicCrawlingContext is provided.

Index

Methods

Methods

__init__

  • __init__(*, wrapped_exception, crawling_context): None
  • Parameters

    • optionalkeyword-onlywrapped_exception: Exception
    • optionalkeyword-onlycrawling_context: BasicCrawlingContext

    Returns None

Page Options