diff --git a/core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php b/core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php
index dab7aa7ca8cc8a9b47d5af2e850d52576472910a..9a5d079439900fb9a42c31b976c852e44f0a10b4 100644
--- a/core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php
+++ b/core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php
@@ -158,9 +158,6 @@ public function getBundleFromClass(string $class_name): ?string {
    *
    * @return string|null
    *   The bundle or NULL if not set.
-   *
-   * @throws \Drupal\Core\Entity\EntityStorageException
-   *   When a corresponding bundle cannot be found and is expected.
    */
   protected function getBundleFromValues(array $values): ?string {
     $bundle = NULL;