mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-22 01:11:40 +00:00
little fixes
This commit is contained in:
5
backend/app/classes/Exceptions.py
Normal file
5
backend/app/classes/Exceptions.py
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
class PipelineAlreadyExistsException(Excetion):
|
||||
|
||||
def __init__(self, pipe_name):
|
||||
super(f"Pipeline {pipe_name} already exists")
|
||||
Reference in New Issue
Block a user