mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-08 06:04:14 +08:00
10 lines
195 B
PHP
10 lines
195 B
PHP
<?php
|
|
|
|
namespace MailSo\Imap\Exceptions;
|
|
|
|
/**
|
|
* @category MailSo
|
|
* @package Imap
|
|
* @subpackage Exceptions
|
|
*/
|
|
class LoginException extends \MailSo\Imap\Exceptions\NegativeResponseException {}
|