* @author Mike Naberezny * @license http://www.horde.org/licenses/bsd BSD * @category Horde * @package Argv */ /** * Exception handler for the Horde_Argv library. * * @category Horde * @package Argv * @author Chuck Hagenbuch * @author Mike Naberezny * @copyright 2010-2017 Horde LLC * @license http://www.horde.org/licenses/bsd BSD */ class Horde_Argv_Exception extends Horde_Exception_Wrapped { }