Refactor: Improve Startup Script, i18n-EN and ItemCard

This commit is contained in:
imagede
2026-03-09 18:40:16 +01:00
parent 5c10e012cd
commit f049f51de2
5 changed files with 11 additions and 24 deletions

View File

@@ -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);
}
}