import v1.1.0_RC2 | 2009-09-20
This commit is contained in:
@ -15,20 +15,22 @@
|
||||
* @category Zend
|
||||
* @package Zend_Service
|
||||
* @subpackage StrikeIron
|
||||
* @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
* @version $Id: Exception.php 8064 2008-02-16 10:58:39Z thomas $
|
||||
* @version $Id: Exception.php 16754 2009-07-16 01:40:18Z yoshida@zend.co.jp $
|
||||
*/
|
||||
|
||||
/** Zend_Exception */
|
||||
require_once 'Zend/Exception.php';
|
||||
/**
|
||||
* @see Zend_Service_Exception
|
||||
*/
|
||||
require_once 'Zend/Service/Exception.php';
|
||||
|
||||
/**
|
||||
* @category Zend
|
||||
* @package Zend_Service
|
||||
* @subpackage StrikeIron
|
||||
* @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
*/
|
||||
class Zend_Service_StrikeIron_Exception extends Zend_Exception
|
||||
class Zend_Service_StrikeIron_Exception extends Zend_Service_Exception
|
||||
{}
|
||||
|
Reference in New Issue
Block a user