Просмотр файла framework/base/CException.php
<?php /** * CException class file. * * @author Qiang Xue <[email protected]> * @link http://www.yiiframework.com/ * @copyright Copyright © 2008-2011 Yii Software LLC * @license http://www.yiiframework.com/license/ */ /** * CException represents a generic exception for all purposes. * * @author Qiang Xue <[email protected]> * @version $Id: CException.php 2799 2011-01-01 19:31:13Z qiang.xue $ * @package system.base * @since 1.0 */ class CException extends Exception { }