snappymail/rainloop/v/1.3.0.442/app/libraries/MailSo/Imap/Exceptions/LoginException.php
RainLoop Team f32876928e v1.3.0.442
2013-10-15 02:02:55 +04:00

10 lines
195 B
PHP

<?php
namespace MailSo\Imap\Exceptions;
/**
* @category MailSo
* @package Imap
* @subpackage Exceptions
*/
class LoginException extends \MailSo\Imap\Exceptions\NegativeResponseException {}