Files
web-discuz/source/class/class_cexception.php
2025-06-27 21:04:18 +08:00

17 lines
300 B
PHP
Executable File

<?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{
}
?>