Exception.class.php
1.1 KB
<?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.Util.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@Util.com so we can send you a copy immediately.
*
* @category Util
* @package Util_Common_Config
* @copyright Copyright (c) 2005-2010 Util Technologies USA Inc. (http://www.Util.com)
* @license http://framework.Util.com/license/new-bsd New BSD License
* @version $Id: Exception.class.php 20096 2010-01-06 02:05:09Z bkarwin $
*/
/**
* @see Util_Exception
*/
// require_once 'Zend/Exception.class.php';
/**
* @category Util
* @package Util_Common_Config
* @copyright Copyright (c) 2005-2010 Util Technologies USA Inc. (http://www.Util.com)
* @license http://framework.Util.com/license/new-bsd New BSD License
*/
class Util_Common_Config_Exception extends Exception {}