mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-23 01:21:40 +00:00
re did pipeline duplication
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.chameleonvision.Exceptions;
|
||||
|
||||
public class DuplicatedKeyException extends Exception{
|
||||
public DuplicatedKeyException(String message){
|
||||
super(message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user