.. include:: headings.inc .. currentmodule:: lib.delayedresult .. highlight:: python .. _lib.delayedresult.AbortedException: ========================================================================================================================================== |phoenix_title| **AbortedException** ========================================================================================================================================== Raise this in your worker function so that the sender knows not to send a result to handler. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **AbortedException** .. raw:: html

Inheritance diagram of AbortedException

| |super_classes| Known Superclasses ================================== `exceptions.Exception `_ | |api| Class API =============== .. class:: AbortedException(Exception) Raise this in your worker function so that the sender knows not to send a result to handler.