aboutsummaryrefslogtreecommitdiff
path: root/includes/vendor/aura/sql/src/Exception/CannotDisconnect.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/vendor/aura/sql/src/Exception/CannotDisconnect.php')
-rw-r--r--includes/vendor/aura/sql/src/Exception/CannotDisconnect.php23
1 files changed, 23 insertions, 0 deletions
diff --git a/includes/vendor/aura/sql/src/Exception/CannotDisconnect.php b/includes/vendor/aura/sql/src/Exception/CannotDisconnect.php
new file mode 100644
index 0000000..3f1cf2d
--- /dev/null
+++ b/includes/vendor/aura/sql/src/Exception/CannotDisconnect.php
@@ -0,0 +1,23 @@
+<?php
+/**
+ *
+ * This file is part of Aura for PHP.
+ *
+ * @license http://opensource.org/licenses/bsd-license.php BSD
+ *
+ */
+namespace Aura\Sql\Exception;
+
+use Aura\Sql\Exception;
+
+/**
+ *
+ * ExtendedPdo could not disconnect; e.g., because its PDO connection was
+ * created externally and then injected.
+ *
+ * @package Aura.Sql
+ *
+ */
+class CannotDisconnect extends Exception
+{
+}