- Issue created by @julianmancera
- 🇮🇳India sarwan_verma
Hi,
I have resolved the "Deprecated function watchdog_exception" issue for Drupal 11 and have also created MR! 16.
Kindly review it.
Thanks!
watchdog_exception function is deprecated
Fix
catch (TransferException $e) {
$this->messenger->addWarning($this->t('Unable to retrieve @url at this time, please check again later.', ['@url' => $url]));
$logger = \Drupal::logger('ckeditor_media_embed');
Error::logException($logger, $e);
}
Active
2.0
Code
Hi,
I have resolved the "Deprecated function watchdog_exception" issue for Drupal 11 and have also created MR! 16.
Kindly review it.
Thanks!