We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896c5f2 commit 04cf304Copy full SHA for 04cf304
Extension/DataCollector/FormDataExtractor.php
@@ -103,15 +103,13 @@ public function extractSubmittedData(FormInterface $form): array
103
continue;
104
}
105
106
+ $errorData['trace'][] = $cause;
107
if ($cause instanceof \Exception) {
- $errorData['trace'][] = $cause;
108
$cause = $cause->getPrevious();
109
110
111
112
113
114
-
115
break;
116
117
0 commit comments