Exceptions shouldn't be translated

Created on 13 December 2024, 4 months ago

Problem/Motivation

OrderCreateResoutce.php contains

`throw new BadRequestHttpException($this->t($message_data['message'], $message_data['params']));`

What is incorrect, because a message for exception shouldn't be translatable ( https://www.drupal.org/project/drupal/issues/2055851 🐛 Remove translation of exception messages Fixed ). It must be a string.

Because of it, Rollbar throws the following exception:

> TypeError: Rollbar\DataBuilder::getCustomForPayload(): Argument #1 ($toLog) must be of type Throwable|string, Drupal\Core\StringTranslation\TranslatableMarkup given, called in /var/www/html/vendor/rollbar/rollbar/src/DataBuilder.php on line 382 in Rollbar\DataBuilder->getCustomForPayload() (line 1012 of /var/www/html/vendor/rollbar/rollbar/src/DataBuilder.php).

Proposed resolution

Remove all `$this->t('...')` inside Exceptions from all places in the module.

🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

🇧🇾Belarus beloglazov91

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024