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 3fe5f23 commit dea70b8Copy full SHA for dea70b8
src/EventListener/ReadListener.php
@@ -109,7 +109,7 @@ public function onKernelRequest(GetResponseEvent $event): void
109
$data = $this->getSubresourceData($identifiers, $attributes, $context);
110
}
111
} catch (InvalidIdentifierException $e) {
112
- throw new NotFoundHttpException('Not found, because of an invalid identifier configuration', $e);
+ throw new NotFoundHttpException('Invalid identifier value or configuration.', $e);
113
114
115
if (null === $data) {
0 commit comments