MCPcopy
hub / github.com/celery/celery / CeleryCommandException

Class CeleryCommandException

celery/exceptions.py:307–312  ·  view source on GitHub ↗

A general command exception which stores an exit code.

Source from the content-addressed store, hash-verified

305
306
307class CeleryCommandException(ClickException):
308 """A general command exception which stores an exit code."""
309
310 def __init__(self, message, exit_code):
311 super().__init__(message=message)
312 self.exit_code = exit_code

Callers 4

statusFunction · 0.90
inspectFunction · 0.90
controlFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected