appstore/apps/discuz/3.4/data/source/class/class_cexception.php
2023-06-13 21:26:26 +08:00

17 lines
316 B
PHP

<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: class_cexception.php 27449 2012-02-01 05:32:35Z zhangguosheng $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
class CException extends Exception{
}
?>