MCPcopy
hub / github.com/celery/celery / SecurityError

Class SecurityError

celery/exceptions.py:210–211  ·  view source on GitHub ↗

Security related exception.

Source from the content-addressed store, hash-verified

208
209
210class SecurityError(CeleryError):
211 """Security related exception."""
212
213
214class TaskError(CeleryError):

Callers 9

__getitem__Method · 0.90
add_certMethod · 0.90
__init__Method · 0.90
reraise_errorsFunction · 0.90
exception_to_pythonMethod · 0.90
maybe_drop_privilegesFunction · 0.85
_setuidFunction · 0.85
check_privilegesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected