File: Exception.php

package info (click to toggle)
php-horde-mapi 1.0.10-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 216 kB
  • sloc: php: 491; xml: 252; sh: 3; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 827 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?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
{
}