mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
6 lines
140 B
Python
6 lines
140 B
Python
|
|
class PipelineAlreadyExistsException(Exception):
|
|
|
|
def __init__(self, pipe_name):
|
|
super(f"Pipeline {pipe_name} already exists")
|