School Commit Init
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
package Exceptions;
|
||||
|
||||
public class BaseException extends Throwable {
|
||||
public BaseException(String message) {
|
||||
super(message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user