Start plumbing ServerHandler

This commit is contained in:
Matt
2019-11-22 14:34:21 -08:00
parent 0509b7aed0
commit b19ae1f43b
3 changed files with 42 additions and 33 deletions

View File

@@ -19,7 +19,7 @@ public class CameraException extends Exception {
}
}
CameraException(CameraExceptionType camExceptionType) {
public CameraException(CameraExceptionType camExceptionType) {
super(camExceptionType.toString());
}
}