27 lines
827 B
PHP
27 lines
827 B
PHP
<?php
|
|
/**
|
|
* Base exception class for Horde_Mapi
|
|
*
|
|
* Copyright 2010-2017 Horde LLC (http://www.horde.org/)
|
|
*
|
|
* See the enclosed file COPYING for license information (LGPL). If you
|
|
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
|
|
*
|
|
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
|
|
* @copyright 2010-2017 Horde LLC (http://www.horde.org)
|
|
* @author Michael J Rubinsky <mrubinsk@horde.org>
|
|
* @package Mapi_Utils
|
|
*/
|
|
/**
|
|
* Base exception class for Horde_Mapi
|
|
*
|
|
* Copyright 2010-2017 Horde LLC (http://www.horde.org/)
|
|
*
|
|
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
|
|
* @copyright 2010-2017 Horde LLC (http://www.horde.org)
|
|
* @author Michael J Rubinsky <mrubinsk@horde.org>
|
|
* @package Mapi_Utils
|
|
*/
|
|
class Horde_Mapi_Exception extends Horde_Exception_Wrapped
|
|
{
|
|
} |