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