Files
server/usr/share/psa-pear/pear/php/Horde/Rpc/Exception.php
2026-01-07 20:52:11 +01:00

17 lines
413 B
PHP

<?php
/**
* Exception handler for the Horde_Rpc library.
*
* 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.
*
* @author Jan Schneider <jan@horde.org>
* @category Horde
* @package Rpc
*/
class Horde_Rpc_Exception extends Horde_Exception_Wrapped
{
}