From: Roland Haeder Date: Thu, 23 Feb 2017 21:29:24 +0000 (+0100) Subject: Continued a bit: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1c8875ccc8d401dd52bdc6d6e5987db9cc2fffc5;p=core.git Continued a bit: - fixed namespace (opps) - fixed class name (copy-paste opps) Signed-off-by: Roland Häder --- diff --git a/inc/main/classes/template/class_BaseTemplateEngine.php b/inc/main/classes/template/class_BaseTemplateEngine.php index ef1fa359..a66fac5d 100644 --- a/inc/main/classes/template/class_BaseTemplateEngine.php +++ b/inc/main/classes/template/class_BaseTemplateEngine.php @@ -1,6 +1,6 @@ . */ -class InvalidObjectException extends FrameworkException { +class InvalidClassNameException extends FrameworkException { /** * The constructor *