class documentation

class Aborter: (source)

View In Hierarchy

When passed a dict of code -> exception items it can be used as callable that raises exceptions. If the first argument to the callable is an integer it will be looked up in the mapping, if it's a WSGI application it will be raised in a proxy exception. The rest of the arguments are forwarded to the exception constructor.

Method __call__ Undocumented
Method __init__ Undocumented
Instance Variable mapping Undocumented
def __call__(self, code: t.Union[int, Response], *args: t.Any, **kwargs: t.Any) -> te.NoReturn: (source)

Undocumented

Undocumented

Undocumented