1<?php
2/**
3 * Exception handler for the Horde_Ldap library.
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.gnu.org/licenses/lgpl-3.0.html.
9 *
10 * @category Horde
11 * @package  Ldap
12 * @author   Ben Klang <ben@alkaloid.net>
13 */
14class Horde_Ldap_Exception extends Horde_Exception_Wrapped
15{
16}
17