mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-10 00:38:04 +08:00
19 lines
386 B
PHP
19 lines
386 B
PHP
<?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 SocketReadTimeoutException extends \MailSo\Net\Exceptions\Exception {}
|