web/lib/Zend/Barcode/Object/Exception.php
changeset 64 162c1de6545a
parent 19 1c2f13fd785c
child 68 ecaf28ffe26e
equal deleted inserted replaced
63:5b37998e522e 64:162c1de6545a
       
     1 <?php
       
     2 /**
       
     3  * Zend Framework
       
     4  *
       
     5  * LICENSE
       
     6  *
       
     7  * This source file is subject to version 1.0 of the Zend Framework
       
     8  * license, that is bundled with this package in the file LICENSE.txt, and
       
     9  * is available through the world-wide-web at the following URL:
       
    10  * http://framework.zend.com/license/new-bsd. If you did not receive
       
    11  * a copy of the Zend Framework license and are unable to obtain it
       
    12  * through the world-wide-web, please send a note to license@zend.com
       
    13  * so we can mail you a copy immediately.
       
    14  *
       
    15  * @category   Zend
       
    16  * @package    Zend_Barcode
       
    17  * @copyright  Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
       
    18  * @license    http://framework.zend.com/license/new-bsd     New BSD License
       
    19  * @version    $Id: Exception.php 20096 2010-01-06 02:05:09Z bkarwin $
       
    20  */
       
    21 
       
    22 /** @see Zend_Barcode_Exception */
       
    23 require_once 'Zend/Barcode/Exception.php';
       
    24 
       
    25 /**
       
    26  * Zend_Barcode_Renderer_Exception
       
    27  *
       
    28  * @category   Zend
       
    29  * @package    Zend_Barcode
       
    30  * @copyright  Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
       
    31  * @license    http://framework.zend.com/license/new-bsd     New BSD License
       
    32  */
       
    33 class Zend_Barcode_Object_Exception extends Zend_Barcode_Exception
       
    34 {
       
    35 }