Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/rainloop-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/rainloop/v/1.16.0/app/libraries/MailSo/Net/Exceptions/SocketAlreadyConnectedException.php')
-rw-r--r--app/rainloop/v/1.16.0/app/libraries/MailSo/Net/Exceptions/SocketAlreadyConnectedException.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/app/rainloop/v/1.16.0/app/libraries/MailSo/Net/Exceptions/SocketAlreadyConnectedException.php b/app/rainloop/v/1.16.0/app/libraries/MailSo/Net/Exceptions/SocketAlreadyConnectedException.php
new file mode 100644
index 0000000..966d187
--- /dev/null
+++ b/app/rainloop/v/1.16.0/app/libraries/MailSo/Net/Exceptions/SocketAlreadyConnectedException.php
@@ -0,0 +1,19 @@
+<?php
+
+/*
+ * This file is part of MailSo.
+ *
+ * (c) 2014 Usenko Timur
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+namespace MailSo\Net\Exceptions;
+
+/**
+ * @category MailSo
+ * @package Net
+ * @subpackage Exceptions
+ */
+class SocketAlreadyConnectedException extends \MailSo\Net\Exceptions\ConnectionException {}