1<?php
2/**
3 * Base exception class for Horde_Mapi
4 *
5 * Copyright 2010-2017 Horde LLC (http://www.horde.org/)
6 *
7 * See the enclosed file COPYING for license information (LGPL). If you
8 * did not receive this file, see http://www.horde.org/licenses/lgpl21.
9 *
10 * @license   http://www.horde.org/licenses/lgpl21 LGPL 2.1
11 * @copyright 2010-2017 Horde LLC (http://www.horde.org)
12 * @author    Michael J Rubinsky <mrubinsk@horde.org>
13 * @package   Mapi_Utils
14 */
15/**
16 * Base exception class for Horde_Mapi
17 *
18 * Copyright 2010-2017 Horde LLC (http://www.horde.org/)
19 *
20 * @license   http://www.horde.org/licenses/lgpl21 LGPL 2.1
21 * @copyright 2010-2017 Horde LLC (http://www.horde.org)
22 * @author    Michael J Rubinsky <mrubinsk@horde.org>
23 * @package   Mapi_Utils
24 */
25class Horde_Mapi_Exception extends Horde_Exception_Wrapped
26{
27}