File indexing completed on 2024-12-22 05:36:29

0001 <?php
0002 /**
0003  * Zend Framework
0004  *
0005  * LICENSE
0006  *
0007  * This source file is subject to version 1.0 of the Zend Framework
0008  * license, that is bundled with this package in the file LICENSE.txt, and
0009  * is available through the world-wide-web at the following URL:
0010  * http://framework.zend.com/license/new-bsd. If you did not receive
0011  * a copy of the Zend Framework license and are unable to obtain it
0012  * through the world-wide-web, please send a note to license@zend.com
0013  * so we can mail you a copy immediately.
0014  *
0015  * @category   Zend
0016  * @package    Zend_Barcode
0017  * @copyright  Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
0018  * @license    http://framework.zend.com/license/new-bsd     New BSD License
0019  * @version    $Id$
0020  */
0021 
0022 /** @see Zend_Barcode_Exception */
0023 // require_once 'Zend/Barcode/Exception.php';
0024 
0025 /**
0026  * Zend_Barcode_Renderer_Exception
0027  *
0028  * @category   Zend
0029  * @package    Zend_Barcode
0030  * @copyright  Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
0031  * @license    http://framework.zend.com/license/new-bsd     New BSD License
0032  */
0033 class Zend_Barcode_Object_Exception extends Zend_Barcode_Exception
0034 {
0035 }