Skip to content

Commit

Permalink
Update src/Component/src/Exception/RaceConditionException.php
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitri Perunov <[email protected]>
  • Loading branch information
loic425 and diimpp authored Dec 11, 2023
1 parent 1d61e35 commit 5054028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Component/src/Exception/RaceConditionException.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class RaceConditionException extends UpdateHandlingException
public function __construct(?\Exception $previous = null)
{
parent::__construct(
'Operated entity was previously modified.',
'Operated resource was previously modified.',
'race_condition_error',
409,
null !== $previous ? (int) $previous->getCode() : 0,
Expand Down

0 comments on commit 5054028

Please sign in to comment.