Fixed build warnings

This commit is contained in:
2022-02-07 15:59:26 +00:00
parent eaa938e144
commit fd5cfd34d4

View File

@@ -1,11 +1,13 @@
//Matrix/src/main/java/com/mattrixwv/exceptions/InvalidGeometryException.java
//Mattrixwv
// Created: 02-01-22
//Modified: 02-02-22
//Modified: 02-07-22
package com.mattrixwv.matrix.exceptions;
public class InvalidGeometryException extends RuntimeException{
public static final long serialVersionUID = 1;
public InvalidGeometryException(){
super();
}