Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / http-kernel / DataCollector / ExceptionDataCollector.php
index 9fe826446b1956be1eb52ed4777d790cd197a627..7a25f149215b8584b5cb3764d116f49b1692aecc 100644 (file)
@@ -34,6 +34,14 @@ class ExceptionDataCollector extends DataCollector
         }
     }
 
+    /**
+     * {@inheritdoc}
+     */
+    public function reset()
+    {
+        $this->data = array();
+    }
+
     /**
      * Checks if the exception is not null.
      *