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/TInvalidOperationException.php | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 framework/Exceptions/TInvalidOperationException.php (limited to 'framework/Exceptions/TInvalidOperationException.php') diff --git a/framework/Exceptions/TInvalidOperationException.php b/framework/Exceptions/TInvalidOperationException.php new file mode 100644 index 00000000..4366e5f0 --- /dev/null +++ b/framework/Exceptions/TInvalidOperationException.php @@ -0,0 +1,23 @@ + + * @link http://www.pradosoft.com/ + * @copyright Copyright © 2005-2014 PradoSoft + * @license http://www.pradosoft.com/license/ + * @package System.Exceptions + */ + +/** + * TInvalidOperationException class + * + * TInvalidOperationException represents an exception caused by invalid operations. + * + * @author Qiang Xue + * @package System.Exceptions + * @since 3.0 + */ +class TInvalidOperationException extends TSystemException +{ +} \ No newline at end of file -- cgit v1.2.3