diff options
Diffstat (limited to 'framework/Exceptions/TNotSupportedException.php')
-rw-r--r-- | framework/Exceptions/TNotSupportedException.php | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/framework/Exceptions/TNotSupportedException.php b/framework/Exceptions/TNotSupportedException.php new file mode 100644 index 00000000..b793dbbe --- /dev/null +++ b/framework/Exceptions/TNotSupportedException.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 + */ + +/** + * TNotSupportedException class + * + * TNotSupportedException represents an exception caused by using an unsupported PRADO feature. + * + * @author Qiang Xue <qiang.xue@gmail.com> + * @package System.Exceptions + * @since 3.0 + */ +class TNotSupportedException extends TSystemException +{ +}
\ No newline at end of file |