diff --git a/core/lib/Drupal/Core/TypedData/TypedDataInterface.php b/core/lib/Drupal/Core/TypedData/TypedDataInterface.php
index c7641b0557831411e2e813b5b645e40c899102e4..a7eb8a26c14d05348241027bc0ec883e07928ec8 100644
--- a/core/lib/Drupal/Core/TypedData/TypedDataInterface.php
+++ b/core/lib/Drupal/Core/TypedData/TypedDataInterface.php
@@ -44,6 +44,8 @@ public function getValue();
    *   TRUE. If a property is updated from a parent object, set it to FALSE to
    *   avoid being notified again.
    *
+   * @throws \InvalidArgumentException
+   *   If the value input is inappropriate.
    * @throws \Drupal\Core\TypedData\ReadOnlyException
    *   If the data is read-only.
    */