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