From b8e754aa94e753d30df511b22b6e37c4a2e2f448 Mon Sep 17 00:00:00 2001 From: webchick Date: Fri, 8 Mar 2013 21:28:34 -0800 Subject: [PATCH] Issue #1924278 by marcingy, chx, dawehner: Fixed Fatal error: Class 'Drupal\Core\Database\DatabaseNotFoundException' not found. --- .../Core/Database/DatabaseNotFoundException.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 core/lib/Drupal/Core/Database/DatabaseNotFoundException.php diff --git a/core/lib/Drupal/Core/Database/DatabaseNotFoundException.php b/core/lib/Drupal/Core/Database/DatabaseNotFoundException.php new file mode 100644 index 000000000000..fa1327f59ca9 --- /dev/null +++ b/core/lib/Drupal/Core/Database/DatabaseNotFoundException.php @@ -0,0 +1,12 @@ +