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 7f99cc0 commit 6d17c44Copy full SHA for 6d17c44
src/ValidationFailedException.php
@@ -52,6 +52,7 @@ public function hasExceptions(): bool
52
* If many exceptions are passed, they are bundled in the GraphQLAggregateException
53
*
54
* @param ConstraintViolationListInterface<ConstraintViolationInterface> $constraintViolationList
55
+ *
56
* @throws ValidationFailedException
57
*/
58
public static function throwException(ConstraintViolationListInterface $constraintViolationList): void
0 commit comments