Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drush / drush / src / Sql / SqlException.php
diff --git a/vendor/drush/drush/src/Sql/SqlException.php b/vendor/drush/drush/src/Sql/SqlException.php
new file mode 100644 (file)
index 0000000..36b219f
--- /dev/null
@@ -0,0 +1,7 @@
+<?php
+
+namespace Drush\Sql;
+
+class SqlException extends \Exception
+{
+}