snappymail/rainloop/v/1.2.9.424/app/libraries/MailSo/Smtp/Exceptions/Exception.php
RainLoop Team b1032fd365 v1.2.9.424
2013-10-04 23:55:47 +04:00

10 lines
174 B
PHP

<?php
namespace MailSo\Smtp\Exceptions;
/**
* @category MailSo
* @package Smtp
* @subpackage Exceptions
*/
class Exception extends \MailSo\Base\Exceptions\Exception {}