LDAPAccountManager/lam/lib/3rdParty/composer/pear-pear.horde.org/Horde_Socket_Client/Horde/Socket/Client/Exception.php

29 lines
711 B
PHP

<?php
namespace Horde\Socket\Client;
/**
* Copyright 2013-2017 Horde LLC (http://www.horde.org/)
*
* See the enclosed file LICENSE for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @category Horde
* @copyright 2013-2017 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Socket_Client
*/
/**
* Exception handler for the Horde_Socket_Client package.
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @copyright 2013-2017 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Socket_Client
*/
class Exception extends \Horde_Exception_Wrapped
{
}