web/lib/Zend/Http/UserAgent/Features/Exception.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 23 Jan 2014 12:38:59 +0100
changeset 1055 e5e01f4dfb3f
parent 807 877f952ae2bd
child 1230 68c69c656a2c
permissions -rw-r--r--
add body-image-media event

<?php
/**
 * Zend Framework
 *
 * LICENSE
 *
 * This source file is subject to the new BSD license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://framework.zend.com/license/new-bsd
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@zend.com so we can send you a copy immediately.
 *
 * @category   Zend
 * @package    Zend_Http
 * @subpackage UserAgent
 * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
 * @license    http://framework.zend.com/license/new-bsd     New BSD License
 */

/**
 * @see Zend_Browser_Exception
 */
require_once 'Zend/Http/UserAgent/Exception.php';

/**
 * @category   Zend
 * @package    Zend_Http
 * @subpackage UserAgent
 * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
 * @license    http://framework.zend.com/license/new-bsd     New BSD License
 */
class Zend_Http_UserAgent_Features_Exception extends Zend_Http_UserAgent_Exception
{
}