mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-10 16:58:07 +08:00
11 lines
188 B
PHP
11 lines
188 B
PHP
|
<?php
|
||
|
|
||
|
namespace MailSo\Net\Exceptions;
|
||
|
|
||
|
/**
|
||
|
* @category MailSo
|
||
|
* @package Net
|
||
|
* @subpackage Exceptions
|
||
|
*/
|
||
|
class SocketReadTimeoutException extends \MailSo\Net\Exceptions\Exception {}
|