From 103578448db0ce03ea231a10e8234b2d8cb27e34 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 20 Jan 2015 19:23:42 +0100 Subject: One class per file: framework/Exceptions/ --- .../Exceptions/TInvalidDataValueException.php | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 framework/Exceptions/TInvalidDataValueException.php (limited to 'framework/Exceptions/TInvalidDataValueException.php') diff --git a/framework/Exceptions/TInvalidDataValueException.php b/framework/Exceptions/TInvalidDataValueException.php new file mode 100644 index 00000000..075bb871 --- /dev/null +++ b/framework/Exceptions/TInvalidDataValueException.php @@ -0,0 +1,23 @@ + + * @link http://www.pradosoft.com/ + * @copyright Copyright © 2005-2014 PradoSoft + * @license http://www.pradosoft.com/license/ + * @package System.Exceptions + */ + +/** + * TInvalidDataValueException class + * + * TInvalidDataValueException represents an exception caused by invalid data value. + * + * @author Qiang Xue + * @package System.Exceptions + * @since 3.0 + */ +class TInvalidDataValueException extends TSystemException +{ +} \ No newline at end of file -- cgit v1.2.3