Skip to content

Commit

Permalink
Update src/Component/src/Exception/UpdateHandlingException.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 5054028 commit 522bca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Component/src/Exception/UpdateHandlingException.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class UpdateHandlingException extends \Exception
protected int $apiResponseCode;

public function __construct(
string $message = 'Ups, something went wrong during updating a resource, please try again.',
string $message = 'Oops, something went wrong during updating a resource, please try again.',
string $flash = 'something_went_wrong_error',
int $apiResponseCode = 400,
int $code = 0,
Expand Down

0 comments on commit 522bca7

Please sign in to comment.