From c38498f720c76865ddef81ec49f2c9f7fbc7cad8 Mon Sep 17 00:00:00 2001 From: orakili Date: Wed, 11 Dec 2024 07:47:44 +0000 Subject: [PATCH] fix: add missing use statement Refs: RW-1144 --- html/modules/custom/reliefweb_utility/reliefweb_utility.module | 1 + 1 file changed, 1 insertion(+) diff --git a/html/modules/custom/reliefweb_utility/reliefweb_utility.module b/html/modules/custom/reliefweb_utility/reliefweb_utility.module index d8935cb6c..24e49d412 100644 --- a/html/modules/custom/reliefweb_utility/reliefweb_utility.module +++ b/html/modules/custom/reliefweb_utility/reliefweb_utility.module @@ -5,6 +5,7 @@ * Helper functions that applies to a variety of things on ReliefWeb. */ +use Drupal\Core\File\Exception\FileException; use Drupal\Core\Template\Attribute; use Drupal\file\FileInterface;