Skip to content

Commit

Permalink
added thrown exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
konradoboza committed Mar 22, 2024
1 parent 6aa7ab2 commit 9e76007
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/GraphQL/FieldValueResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ public function __construct(iterable $strategies)
$this->strategies = $strategies;
}

/**
* @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException
* @throws \Ibexa\Contracts\Core\Repository\Exceptions\BadStateException
*/
public function resolveMatrixFieldValue(object $item, string $fieldDefIdentifier): RowsCollection
{
$silentRows = [];
Expand Down

0 comments on commit 9e76007

Please sign in to comment.