diff options
Diffstat (limited to 'framework/Exceptions/TSystemException.php')
-rw-r--r-- | framework/Exceptions/TSystemException.php | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/framework/Exceptions/TSystemException.php b/framework/Exceptions/TSystemException.php new file mode 100644 index 00000000..5d5c7d8e --- /dev/null +++ b/framework/Exceptions/TSystemException.php @@ -0,0 +1,23 @@ +<?php +/** + * Exception classes file + * + * @author Qiang Xue <qiang.xue@gmail.com> + * @link http://www.pradosoft.com/ + * @copyright Copyright © 2005-2014 PradoSoft + * @license http://www.pradosoft.com/license/ + * @package System.Exceptions + */ + +/** + * TSystemException class + * + * TSystemException is the base class for all framework-level exceptions. + * + * @author Qiang Xue <qiang.xue@gmail.com> + * @package System.Exceptions + * @since 3.0 + */ +class TSystemException extends TException +{ +}
\ No newline at end of file |