Version 1
[yaffs-website] / web / core / lib / Drupal / Core / Database / DatabaseNotFoundException.php
diff --git a/web/core/lib/Drupal/Core/Database/DatabaseNotFoundException.php b/web/core/lib/Drupal/Core/Database/DatabaseNotFoundException.php
new file mode 100644 (file)
index 0000000..1c5b5eb
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+
+namespace Drupal\Core\Database;
+
+/**
+ * Exception thrown if specified database is not found.
+ */
+class DatabaseNotFoundException extends \RuntimeException implements DatabaseException {}