mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-11 01:07:39 +08:00
0b7afb5b7b
- animation settings * minor fixes
10 lines
203 B
PHP
10 lines
203 B
PHP
<?php
|
|
|
|
namespace MailSo\Net\Exceptions;
|
|
|
|
/**
|
|
* @category MailSo
|
|
* @package Net
|
|
* @subpackage Exceptions
|
|
*/
|
|
class SocketAlreadyConnectedException extends \MailSo\Net\Exceptions\ConnectionException {}
|