You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
663 B
26 lines
663 B
2 years ago
|
<?php
|
||
|
/**
|
||
|
* Copyright 2010-2017 Horde LLC (http://www.horde.org/)
|
||
|
*
|
||
|
* See the enclosed file COPYING for license information (BSD). If you
|
||
|
* did not receive this file, see http://www.horde.org/licenses/bsd.
|
||
|
*
|
||
|
* @category Horde
|
||
|
* @copyright 2010-2017 Horde LLC
|
||
|
* @license http://www.horde.org/licenses/bsd New BSD License
|
||
|
* @package Mail
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* Exception handler for the Horde_Mail class.
|
||
|
*
|
||
|
* @author Michael Slusarz <slusarz@horde.org>
|
||
|
* @category Horde
|
||
|
* @copyright 2010-2017 Horde LLC
|
||
|
* @license http://www.horde.org/licenses/bsd New BSD License
|
||
|
* @package Mail
|
||
|
*/
|
||
|
class Horde_Mail_Exception extends Horde_Exception_Wrapped
|
||
|
{
|
||
|
}
|