mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-11 09:18:07 +08:00
b2dafe9e5e
* fix Undefined index: BootJs Notice
10 lines
182 B
PHP
10 lines
182 B
PHP
<?php
|
|
|
|
namespace MailSo\Net\Exceptions;
|
|
|
|
/**
|
|
* @category MailSo
|
|
* @package Net
|
|
* @subpackage Exceptions
|
|
*/
|
|
class SocketWriteException extends \MailSo\Net\Exceptions\Exception {}
|