summaryrefslogtreecommitdiff
path: root/intern.gospeladlershof.de/vendor/pda/pheanstalk/src/Exception/ClientException.php
diff options
context:
space:
mode:
Diffstat (limited to 'intern.gospeladlershof.de/vendor/pda/pheanstalk/src/Exception/ClientException.php')
-rw-r--r--intern.gospeladlershof.de/vendor/pda/pheanstalk/src/Exception/ClientException.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/intern.gospeladlershof.de/vendor/pda/pheanstalk/src/Exception/ClientException.php b/intern.gospeladlershof.de/vendor/pda/pheanstalk/src/Exception/ClientException.php
new file mode 100644
index 0000000..4c991e0
--- /dev/null
+++ b/intern.gospeladlershof.de/vendor/pda/pheanstalk/src/Exception/ClientException.php
@@ -0,0 +1,17 @@
+<?php
+
+namespace Pheanstalk\Exception;
+
+use Pheanstalk\Exception;
+
+/**
+ * An exception originating from the beanstalkd client
+ *
+ * @author Paul Annesley
+ * @package Pheanstalk
+ * @license http://www.opensource.org/licenses/mit-license.php
+ */
+class ClientException
+ extends Exception
+{
+}