Skip to content

Commit 359650b

Browse files
committed
better error showcasing
1 parent aa50f05 commit 359650b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/core/dynamic/ObjectPopulator.cfc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,8 +440,8 @@ component accessors="true" singleton {
440440
}
441441
throw(
442442
type = "ObjectPopulator.PopulateObjectException",
443-
message = "Error populating bean #getMetadata( arguments.target ).name# with argument #propertyName# of type #arguments.keyTypeAsString#.",
444-
detail = "#e.Detail#<br>#e.message#<br>#e.tagContext.toString()#"
443+
message = "#e.message# : Error populating bean #getMetadata( arguments.target ).name# with argument #propertyName# of type #arguments.keyTypeAsString#.",
444+
detail = "#e.stacktrace#"
445445
);
446446
}
447447
}

0 commit comments

Comments
 (0)