Skip to content

Commit

Permalink
better error message
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrands02 committed Oct 8, 2024
1 parent f93cd77 commit 56001cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/EndpointService.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public function handleRequest(Request $request): Response
return$parameters['response'];
}

$errorMessage = 'No proxy, schema or events could be established for this endpoint. Actions might have been triggered but if so, no response could be generated.';
$errorMessage = 'No proxy or schema could be established for this endpoint. Events might have been triggered but if so, no response has been returned.';

$this->logger->error($errorMessage);
throw new Exception($errorMessage);
Expand Down

0 comments on commit 56001cc

Please sign in to comment.