You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					26 lines
				
				517 B
			
		
		
			
		
	
	
					26 lines
				
				517 B
			| 
											15 years ago
										 | <?php
 | ||
|  | 
 | ||
|  | namespace yii\base;
 | ||
|  | 
 | ||
|  | /**
 | ||
|  |  * Exception class file.
 | ||
|  |  *
 | ||
|  |  * @author Qiang Xue <qiang.xue@gmail.com>
 | ||
|  |  * @link http://www.yiiframework.com/
 | ||
|  |  * @copyright Copyright © 2008-2011 Yii Software LLC
 | ||
|  |  * @license http://www.yiiframework.com/license/
 | ||
|  |  */
 | ||
|  | 
 | ||
|  | /**
 | ||
|  |  * Exception represents a generic exception for all purposes.
 | ||
|  |  *
 | ||
|  |  * @author Qiang Xue <qiang.xue@gmail.com>
 | ||
|  |  * @version $Id: CException.php 2799 2011-01-01 19:31:13Z qiang.xue $
 | ||
|  |  * @package system.base
 | ||
|  |  * @since 1.0
 | ||
|  |  */
 | ||
|  | class Exception extends \Exception
 | ||
|  | {
 | ||
|  | }
 | ||
|  | 
 |