Repository URL to install this package:
|
Version:
0.2.1 ▾
|
sincpro-async-worker
/
exceptions.py
|
|---|
"""
Custom exceptions for the async worker.
"""
class WorkerNotRunningError(RuntimeError):
"""Raised when trying to use a worker that is not running."""