From 5958423884c567c6d7f15fb8b0d6d473c318e296 Mon Sep 17 00:00:00 2001 From: Jurian Sluiman Date: Mon, 21 Apr 2014 11:26:14 +0200 Subject: [PATCH] Add exception interface for Beanstalkd exceptions --- src/SlmQueueBeanstalkd/Exception/ExceptionInterface.php | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/SlmQueueBeanstalkd/Exception/ExceptionInterface.php diff --git a/src/SlmQueueBeanstalkd/Exception/ExceptionInterface.php b/src/SlmQueueBeanstalkd/Exception/ExceptionInterface.php new file mode 100644 index 0000000..8acfa25 --- /dev/null +++ b/src/SlmQueueBeanstalkd/Exception/ExceptionInterface.php @@ -0,0 +1,9 @@ +