snappymail/rainloop/v/1.2.9.424/app/libraries/MailSo/Imap/Exceptions/LoginException.php
RainLoop Team b1032fd365 v1.2.9.424
2013-10-04 23:55:47 +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 {}