Refactor: Improve Startup Script, i18n-EN and ItemCard
This commit is contained in:
Binary file not shown.
@@ -1,17 +0,0 @@
|
||||
package de.htwsaar.webshop.util;
|
||||
|
||||
public class DanielDimensionException extends RuntimeException {
|
||||
|
||||
public DanielDimensionException(String message) {
|
||||
super(message);
|
||||
}
|
||||
|
||||
public DanielDimensionException(String message, Throwable cause) {
|
||||
super(message, cause);
|
||||
}
|
||||
|
||||
public DanielDimensionException(Throwable cause) {
|
||||
super(cause);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user