includes/json2.php
changeset 1111 8fae8fb3cbb1
parent 1010 12e76b1acb4e
child 1227 bdac73ed481e
equal deleted inserted replaced
1101:30d8bb88572d 1111:8fae8fb3cbb1
   967  */
   967  */
   968 
   968 
   969 
   969 
   970 /**
   970 /**
   971  * @category   Zend
   971  * @category   Zend
       
   972  * @package    Zend
       
   973  * @copyright  Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
       
   974  * @license    http://framework.zend.com/license/new-bsd     New BSD License
       
   975  */
       
   976 class Zend_Exception extends Exception
       
   977 {}
       
   978 
       
   979 /**
       
   980  * @category   Zend
   972  * @package    Zend_Json
   981  * @package    Zend_Json
   973  * @copyright  Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
   982  * @copyright  Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
   974  * @license    http://framework.zend.com/license/new-bsd     New BSD License
   983  * @license    http://framework.zend.com/license/new-bsd     New BSD License
   975  */
   984  */
   976 class Zend_Json_Exception extends Zend_Exception
   985 class Zend_Json_Exception extends Zend_Exception
   977 {}
       
   978 
       
   979 /**
       
   980  * @category   Zend
       
   981  * @package    Zend
       
   982  * @copyright  Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
       
   983  * @license    http://framework.zend.com/license/new-bsd     New BSD License
       
   984  */
       
   985 class Zend_Exception extends Exception
       
   986 {}
   986 {}
   987 
   987 
   988 /**
   988 /**
   989  * Class for encoding to and decoding from JSON.
   989  * Class for encoding to and decoding from JSON.
   990  *
   990  *