1<?php
2
3namespace Horde\Socket\Client;
4
5/**
6 * Copyright 2013-2017 Horde LLC (http://www.horde.org/)
7 *
8 * See the enclosed file LICENSE for license information (LGPL). If you
9 * did not receive this file, see http://www.horde.org/licenses/lgpl21.
10 *
11 * @category  Horde
12 * @copyright 2013-2017 Horde LLC
13 * @license   http://www.horde.org/licenses/lgpl21 LGPL 2.1
14 * @package   Socket_Client
15 */
16
17/**
18 * Exception handler for the Horde_Socket_Client package.
19 *
20 * @author    Michael Slusarz <slusarz@horde.org>
21 * @category  Horde
22 * @copyright 2013-2017 Horde LLC
23 * @license   http://www.horde.org/licenses/lgpl21 LGPL 2.1
24 * @package   Socket_Client
25 */
26class Exception extends \Horde_Exception_Wrapped
27{
28}
29