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 a18b0e1 commit 39042acCopy full SHA for 39042ac
lib/internal/Magento/Framework/GraphQl/Exception/GraphQlInputException.php
@@ -62,6 +62,8 @@ public function getCategory() : string
62
}
63
64
/**
65
+ * Add child error if used as aggregate exception
66
+ *
67
* @param LocalizedException $exception
68
* @return $this
69
*/
@@ -72,6 +74,8 @@ public function addError(LocalizedException $exception): self
72
74
73
75
76
77
+ * Get child errors if used as aggregate exception
78
79
* @return LocalizedException[]
80
81
public function getErrors(): array
0 commit comments