Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
sincpro-async-worker / exceptions.py
Size: Mime:
"""
Custom exceptions for the async worker.
"""


class WorkerNotRunningError(RuntimeError):
    """Raised when trying to use a worker that is not running."""