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