Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / user / src / TempStoreException.php
diff --git a/web/core/modules/user/src/TempStoreException.php b/web/core/modules/user/src/TempStoreException.php
deleted file mode 100644 (file)
index 1f9c79b..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-namespace Drupal\user;
-
-/**
- * Thrown by SharedTempStore and PrivateTempStore if they cannot acquire a lock.
- *
- * @see \Drupal\user\SharedTempStore
- * @see \Drupal\user\PrivateTempStore
- */
-class TempStoreException extends \Exception {}