mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-21 01:01:41 +00:00
Start plumbing ServerHandler
This commit is contained in:
@@ -19,7 +19,7 @@ public class CameraException extends Exception {
|
||||
}
|
||||
}
|
||||
|
||||
CameraException(CameraExceptionType camExceptionType) {
|
||||
public CameraException(CameraExceptionType camExceptionType) {
|
||||
super(camExceptionType.toString());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user