This commit is contained in:
dswbx
2025-06-21 17:05:27 +02:00
parent 42edce904f
commit 6e78a4c238
37 changed files with 215 additions and 125 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ export class InvalidFieldConfigException extends Exception {
) {
console.error("InvalidFieldConfigException", {
given,
error: error.firstToString(),
error: error.first(),
});
super(`Invalid Field config given for field "${field.name}": ${error.firstToString()}`);
}